Shades of Frostee #DEE6D3
Tints of Frostee #DEE6D3
RGB
CMYK
RGB Variations
Color information
#DEE6D3 (or 0xDEE6D3) is known color: Frostee. HEX triplet: DE, E6 and D3. RGB value is (222,230,211). Sum of RGB (Red+Green+Blue) = 222+230+211=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6D3 is #21192C. Grayscale: #E1E1E1. Windows color (decimal): -2169133 or 13887198. OLE color: 13887198.
HSL color Cylindrical-coordinate representation of color #DEE6D3: hue angle of 85.26º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE6D3 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 211 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.10 |
| HSL | 85.26º | 0.28% | 0.86% | - |
| HSV(B) | 85.26º | 0.08% | 0.9% | - |
| XYZ | 70.18 | 76.83 | 72.76 | - |
| YUV | 225.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 211 | 0.03 | 0 | 0.08 | 0.10 | 85.26 | 0.28 | 0.86 |
| Hex | DE | E6 | D3 | 3 | 0 | 8 | A | 55 | 1C | 56 |
| Octal | 336 | 346 | 323 | 3 | 0 | 10 | 12 | 125 | 34 | 126 |
| Binary | 11011110 | 11100110 | 11010011 | 11 | 0 | 1000 | 1010 | 1010101 | 11100 | 1010110 |
Color Harmonies of #DEE6D3
Complementary color
Monochromatic Colors of #DEE6D3
Black with #DEE6D3
Text Example
Text Example
White with #DEE6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6D3; }
p { color: rgb(222,230,211); }
H1.HeaderClassName
{
color: #DEE6D3;
}
.AnyTagClassName
{
color: #DEE6D3;
}
</style>
background-color css
<style>
a { background-color: #DEE6D3; }
a { background-color: rgb(222,230,211); }
div.DivClassName
{
background-color: #DEE6D3;
}
.BgClassName
{
background-color: #DEE6D3;
}
</style>
border-color css
<style>
span { border-color: #DEE6D3; }
span { border-color: rgb(222,230,211); }
td.TdClassName
{
border-color: #DEE6D3;
}
.TagClassName
{
border-color: #DEE6D3;
}
</style>