Color spaces of #ffdeee
RGB | 255 | 222 | 238 |
---|---|---|---|
HSL | 0.92 | 1.00 | 0.94 |
HSV | 331° | 13° | 100° |
CMYK | 0.00 | 0.13 | 0.07 0.00 |
XYZ | 82.7939 | 79.6756 | 91.9041 |
Yxy | 79.6756 | 0.3255 | 0.3132 |
Hunter Lab | 89.2612 | 9.3600 | 1.4373 |
CIE-Lab | 91.5391 | 13.9876 | -3.5993 |
#ffdeee color RGB value is (255,222,238).
#ffdeee hex color red value is 255, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ffdeee hue: 0.92 , saturation: 1.00 and the lightness value of ffdeee is 0.94.
The process color (four color CMYK) of #ffdeee color hex is 0.00, 0.13, 0.07, 0.00. Web safe color of #ffdeee is #ffccff. Color #ffdeee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011110 | 11101110 |
Octal | 377 | 336 | 356 |
Decimal | 255 | 222 | 238 |
Hex | FF | DE | EE |
Shades of #ffdeee
Tints of #ffdeee
RGB Percentages of Color #ffdeee
CMYK Percentages of Color #ffdeee
Complementary Color
#ffdeee | #deffef |
#ffdeee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdeee Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdeee Color CSS Codes
.mybgcolor {background-color:#ffdeee; } .myforecolor {color:#ffdeee; } .mybordercolor {border:3px solid #ffdeee; }
#ffdeee Text Font Color
<p style="color:#ffdeee">Text here</p>
This sample text font color is #ffdeee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ffdeee Background Color
<div style="background-color:#ffdeee">
Div content here</div>
This div background color is #ffdeee
#ffdeee Border Color
<div style="border:3px solid #ffdeee">
Div here</div>
This div border color is #ffdeee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,222,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdeee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdeee; -webkit-box-shadow: 1px 1px 3px 2px #ffdeee; box-shadow: 1px 1px 3px 2px #ffdeee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,222,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdeee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdeee; -webkit-box-shadow: 1px 1px 3px 2px #ffdeee; box-shadow: 1px 1px 3px 2px #ffdeee;">
Div content here</div>
This div box has shadow with color #ffdeee
Comments
No comments written yet.
Please login to write comment.