Shades of Frostee #DEECD1
Tints of Frostee #DEECD1
RGB
CMYK
RGB Variations
Color information
#DEECD1 (or 0xDEECD1) is known color: Frostee. HEX triplet: DE, EC and D1. RGB value is (222,236,209). Sum of RGB (Red+Green+Blue) = 222+236+209=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 209 (82.03% from 255 or 31.33% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD1 is #21132E. Grayscale: #E4E4E4. Windows color (decimal): -2167599 or 13757662. OLE color: 13757662.
HSL color Cylindrical-coordinate representation of color #DEECD1: hue angle of 91.11º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEECD1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 209 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 91.11º | 0.42% | 0.87% | - |
| HSV(B) | 91.11º | 0.11% | 0.93% | - |
| XYZ | 71.63 | 80.12 | 72.01 | - |
| YUV | 228.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 209 | 0.06 | 0 | 0.11 | 0.07 | 91.11 | 0.42 | 0.87 |
| Hex | DE | EC | D1 | 6 | 0 | B | 7 | 5B | 2A | 57 |
| Octal | 336 | 354 | 321 | 6 | 0 | 13 | 7 | 133 | 52 | 127 |
| Binary | 11011110 | 11101100 | 11010001 | 110 | 0 | 1011 | 111 | 1011011 | 101010 | 1010111 |
Color Harmonies of #DEECD1
Complementary color
Monochromatic Colors of #DEECD1
Black with #DEECD1
Text Example
Text Example
White with #DEECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECD1; }
p { color: rgb(222,236,209); }
H1.HeaderClassName
{
color: #DEECD1;
}
.AnyTagClassName
{
color: #DEECD1;
}
</style>
background-color css
<style>
a { background-color: #DEECD1; }
a { background-color: rgb(222,236,209); }
div.DivClassName
{
background-color: #DEECD1;
}
.BgClassName
{
background-color: #DEECD1;
}
</style>
border-color css
<style>
span { border-color: #DEECD1; }
span { border-color: rgb(222,236,209); }
td.TdClassName
{
border-color: #DEECD1;
}
.TagClassName
{
border-color: #DEECD1;
}
</style>