Shades of Frost #DEEDB7
Tints of Frost #DEEDB7
RGB
CMYK
RGB Variations
Color information
#DEEDB7 (or 0xDEEDB7) is known color: Frost. HEX triplet: DE, ED and B7. RGB value is (222,237,183). Sum of RGB (Red+Green+Blue) = 222+237+183=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDB7 is #211248. Grayscale: #E2E2E2. Windows color (decimal): -2167369 or 12053982. OLE color: 12053982.
HSL color Cylindrical-coordinate representation of color #DEEDB7: hue angle of 76.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEEDB7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 183 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.07 |
| HSL | 76.67º | 0.6% | 0.82% | - |
| HSV(B) | 76.67º | 0.23% | 0.93% | - |
| XYZ | 68.96 | 79.52 | 56.51 | - |
| YUV | 226.36 | 103.53 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 183 | 0.06 | 0 | 0.23 | 0.07 | 76.67 | 0.6 | 0.82 |
| Hex | DE | ED | B7 | 6 | 0 | 17 | 7 | 4D | 3C | 52 |
| Octal | 336 | 355 | 267 | 6 | 0 | 27 | 7 | 115 | 74 | 122 |
| Binary | 11011110 | 11101101 | 10110111 | 110 | 0 | 10111 | 111 | 1001101 | 111100 | 1010010 |
Color Harmonies of #DEEDB7
Complementary color
Monochromatic Colors of #DEEDB7
Black with #DEEDB7
Text Example
Text Example
White with #DEEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEDB7; }
p { color: rgb(222,237,183); }
H1.HeaderClassName
{
color: #DEEDB7;
}
.AnyTagClassName
{
color: #DEEDB7;
}
</style>
background-color css
<style>
a { background-color: #DEEDB7; }
a { background-color: rgb(222,237,183); }
div.DivClassName
{
background-color: #DEEDB7;
}
.BgClassName
{
background-color: #DEEDB7;
}
</style>
border-color css
<style>
span { border-color: #DEEDB7; }
span { border-color: rgb(222,237,183); }
td.TdClassName
{
border-color: #DEEDB7;
}
.TagClassName
{
border-color: #DEEDB7;
}
</style>