Shades of Frost #DEEDB8
Tints of Frost #DEEDB8
RGB
CMYK
RGB Variations
Color information
#DEEDB8 (or 0xDEEDB8) is known color: Frost. HEX triplet: DE, ED and B8. RGB value is (222,237,184). Sum of RGB (Red+Green+Blue) = 222+237+184=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 184 (72.27% from 255 or 28.62% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDB8 is #211247. Grayscale: #E2E2E2. Windows color (decimal): -2167368 or 12119518. OLE color: 12119518.
HSL color Cylindrical-coordinate representation of color #DEEDB8: hue angle of 76.98º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEEDB8 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 184 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.07 |
| HSL | 76.98º | 0.6% | 0.83% | - |
| HSV(B) | 76.98º | 0.22% | 0.93% | - |
| XYZ | 69.06 | 79.56 | 57.06 | - |
| YUV | 226.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 184 | 0.06 | 0 | 0.22 | 0.07 | 76.98 | 0.6 | 0.83 |
| Hex | DE | ED | B8 | 6 | 0 | 16 | 7 | 4D | 3C | 53 |
| Octal | 336 | 355 | 270 | 6 | 0 | 26 | 7 | 115 | 74 | 123 |
| Binary | 11011110 | 11101101 | 10111000 | 110 | 0 | 10110 | 111 | 1001101 | 111100 | 1010011 |
Color Harmonies of #DEEDB8
Complementary color
Monochromatic Colors of #DEEDB8
Black with #DEEDB8
Text Example
Text Example
White with #DEEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDB8; }
p { color: rgb(222,237,184); }
H1.HeaderClassName
{
color: #DEEDB8;
}
.AnyTagClassName
{
color: #DEEDB8;
}
</style>
background-color css
<style>
a { background-color: #DEEDB8; }
a { background-color: rgb(222,237,184); }
div.DivClassName
{
background-color: #DEEDB8;
}
.BgClassName
{
background-color: #DEEDB8;
}
</style>
border-color css
<style>
span { border-color: #DEEDB8; }
span { border-color: rgb(222,237,184); }
td.TdClassName
{
border-color: #DEEDB8;
}
.TagClassName
{
border-color: #DEEDB8;
}
</style>