Color spaces of #dee8bf
RGB | 222 | 232 | 191 |
---|---|---|---|
HSL | 0.21 | 0.47 | 0.83 |
HSV | 75° | 18° | 91° |
CMYK | 0.04 | 0.00 | 0.18 0.09 |
XYZ | 68.3848 | 77.0044 | 60.5493 |
Yxy | 77.0044 | 0.3321 | 0.3739 |
Hunter Lab | 87.7522 | -14.4621 | 20.5162 |
CIE-Lab | 90.3236 | -10.2581 | 18.8493 |
#dee8bf color RGB value is (222,232,191).
#dee8bf hex color red value is 222, green value is 232 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dee8bf hue: 0.21 , saturation: 0.47 and the lightness value of dee8bf is 0.83.
The process color (four color CMYK) of #dee8bf color hex is 0.04, 0.00, 0.18, 0.09. Web safe color of #dee8bf is #ccffcc. Color #dee8bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11101000 | 10111111 |
Octal | 336 | 350 | 277 |
Decimal | 222 | 232 | 191 |
Hex | DE | E8 | BF |
Shades of #dee8bf
Tints of #dee8bf
RGB Percentages of Color #dee8bf
CMYK Percentages of Color #dee8bf
Complementary Color
#dee8bf | #c9bfe8 |
#dee8bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dee8bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dee8bf Color CSS Codes
.mybgcolor {background-color:#dee8bf; } .myforecolor {color:#dee8bf; } .mybordercolor {border:3px solid #dee8bf; }
#dee8bf Text Font Color
<p style="color:#dee8bf">Text here</p>
This sample text font color is #dee8bf
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.
#dee8bf Background Color
<div style="background-color:#dee8bf">
Div content here</div>
This div background color is #dee8bf
#dee8bf Border Color
<div style="border:3px solid #dee8bf">
Div here</div>
This div border color is #dee8bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,232,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dee8bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dee8bf; -webkit-box-shadow: 1px 1px 3px 2px #dee8bf; box-shadow: 1px 1px 3px 2px #dee8bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,232,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dee8bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dee8bf; -webkit-box-shadow: 1px 1px 3px 2px #dee8bf; box-shadow: 1px 1px 3px 2px #dee8bf;">
Div content here</div>
This div box has shadow with color #dee8bf
#dee8bf Color Palettes
Comments
No comments written yet.
Please login to write comment.