Shades of Frost #DEE6BB
Tints of Frost #DEE6BB
RGB
CMYK
RGB Variations
Color information
#DEE6BB (or 0xDEE6BB) is known color: Frost. HEX triplet: DE, E6 and BB. RGB value is (222,230,187). Sum of RGB (Red+Green+Blue) = 222+230+187=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BB is #211944. Grayscale: #DEDEDE. Windows color (decimal): -2169157 or 12314334. OLE color: 12314334.
HSL color Cylindrical-coordinate representation of color #DEE6BB: hue angle of 71.16º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEE6BB is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 187 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.10 |
| HSL | 71.16º | 0.46% | 0.82% | - |
| HSV(B) | 71.16º | 0.19% | 0.9% | - |
| XYZ | 67.39 | 75.71 | 58.08 | - |
| YUV | 222.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 187 | 0.03 | 0 | 0.19 | 0.10 | 71.16 | 0.46 | 0.82 |
| Hex | DE | E6 | BB | 3 | 0 | 13 | A | 47 | 2E | 52 |
| Octal | 336 | 346 | 273 | 3 | 0 | 23 | 12 | 107 | 56 | 122 |
| Binary | 11011110 | 11100110 | 10111011 | 11 | 0 | 10011 | 1010 | 1000111 | 101110 | 1010010 |
Color Harmonies of #DEE6BB
Complementary color
Monochromatic Colors of #DEE6BB
Black with #DEE6BB
Text Example
Text Example
White with #DEE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE6BB; }
p { color: rgb(222,230,187); }
H1.HeaderClassName
{
color: #DEE6BB;
}
.AnyTagClassName
{
color: #DEE6BB;
}
</style>
background-color css
<style>
a { background-color: #DEE6BB; }
a { background-color: rgb(222,230,187); }
div.DivClassName
{
background-color: #DEE6BB;
}
.BgClassName
{
background-color: #DEE6BB;
}
</style>
border-color css
<style>
span { border-color: #DEE6BB; }
span { border-color: rgb(222,230,187); }
td.TdClassName
{
border-color: #DEE6BB;
}
.TagClassName
{
border-color: #DEE6BB;
}
</style>