Shades of Frost #DEE6C3
Tints of Frost #DEE6C3
RGB
CMYK
RGB Variations
Color information
#DEE6C3 (or 0xDEE6C3) is known color: Frost. HEX triplet: DE, E6 and C3. RGB value is (222,230,195). Sum of RGB (Red+Green+Blue) = 222+230+195=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 195 (76.56% from 255 or 30.14% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6C3 is #21193C. Grayscale: #DFDFDF. Windows color (decimal): -2169149 or 12838622. OLE color: 12838622.
HSL color Cylindrical-coordinate representation of color #DEE6C3: hue angle of 73.71º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEE6C3 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 230 | 195 | - |
CMYK | 0.03 | 0 | 0.15 | 0.10 |
HSL | 73.71º | 0.41% | 0.83% | - |
HSV(B) | 73.71º | 0.15% | 0.9% | - |
XYZ | 68.27 | 76.06 | 62.71 | - |
YUV | 223.62 | 111.85 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 230 | 195 | 0.03 | 0 | 0.15 | 0.10 | 73.71 | 0.41 | 0.83 |
Hex | DE | E6 | C3 | 3 | 0 | F | A | 4A | 29 | 53 |
Octal | 336 | 346 | 303 | 3 | 0 | 17 | 12 | 112 | 51 | 123 |
Binary | 11011110 | 11100110 | 11000011 | 11 | 0 | 1111 | 1010 | 1001010 | 101001 | 1010011 |
Color Harmonies of #DEE6C3
Complementary color
Monochromatic Colors of #DEE6C3
Black with #DEE6C3
Text Example
Text Example
White with #DEE6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6C3; }
p { color: rgb(222,230,195); }
H1.HeaderClassName
{
color: #DEE6C3;
}
.AnyTagClassName
{
color: #DEE6C3;
}
</style>
background-color css
<style>
a { background-color: #DEE6C3; }
a { background-color: rgb(222,230,195); }
div.DivClassName
{
background-color: #DEE6C3;
}
.BgClassName
{
background-color: #DEE6C3;
}
</style>
border-color css
<style>
span { border-color: #DEE6C3; }
span { border-color: rgb(222,230,195); }
td.TdClassName
{
border-color: #DEE6C3;
}
.TagClassName
{
border-color: #DEE6C3;
}
</style>