Shades of Frostee #DCE9CE
Tints of Frostee #DCE9CE
RGB
CMYK
RGB Variations
Color information
#DCE9CE (or 0xDCE9CE) is known color: Frostee. HEX triplet: DC, E9 and CE. RGB value is (220,233,206). Sum of RGB (Red+Green+Blue) = 220+233+206=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9CE is #231631. Grayscale: #E2E2E2. Windows color (decimal): -2299442 or 13560284. OLE color: 13560284.
HSL color Cylindrical-coordinate representation of color #DCE9CE: hue angle of 88.89º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE9CE is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 206 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.09 |
| HSL | 88.89º | 0.38% | 0.86% | - |
| HSV(B) | 88.89º | 0.12% | 0.91% | - |
| XYZ | 69.79 | 77.95 | 69.76 | - |
| YUV | 226.04 | 116.69 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 206 | 0.06 | 0 | 0.12 | 0.09 | 88.89 | 0.38 | 0.86 |
| Hex | DC | E9 | CE | 6 | 0 | C | 9 | 59 | 26 | 56 |
| Octal | 334 | 351 | 316 | 6 | 0 | 14 | 11 | 131 | 46 | 126 |
| Binary | 11011100 | 11101001 | 11001110 | 110 | 0 | 1100 | 1001 | 1011001 | 100110 | 1010110 |
Color Harmonies of #DCE9CE
Complementary color
Monochromatic Colors of #DCE9CE
Black with #DCE9CE
Text Example
Text Example
White with #DCE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9CE; }
p { color: rgb(220,233,206); }
H1.HeaderClassName
{
color: #DCE9CE;
}
.AnyTagClassName
{
color: #DCE9CE;
}
</style>
background-color css
<style>
a { background-color: #DCE9CE; }
a { background-color: rgb(220,233,206); }
div.DivClassName
{
background-color: #DCE9CE;
}
.BgClassName
{
background-color: #DCE9CE;
}
</style>
border-color css
<style>
span { border-color: #DCE9CE; }
span { border-color: rgb(220,233,206); }
td.TdClassName
{
border-color: #DCE9CE;
}
.TagClassName
{
border-color: #DCE9CE;
}
</style>