Shades of Frostee #DCE8D1
Tints of Frostee #DCE8D1
RGB
CMYK
RGB Variations
Color information
#DCE8D1 (or 0xDCE8D1) is known color: Frostee. HEX triplet: DC, E8 and D1. RGB value is (220,232,209). Sum of RGB (Red+Green+Blue) = 220+232+209=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 209 (82.03% from 255 or 31.62% from 661); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8D1 is #23172E. Grayscale: #E1E1E1. Windows color (decimal): -2299695 or 13756636. OLE color: 13756636.
HSL color Cylindrical-coordinate representation of color #DCE8D1: hue angle of 91.3º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE8D1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 209 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.09 |
| HSL | 91.3º | 0.33% | 0.86% | - |
| HSV(B) | 91.3º | 0.1% | 0.91% | - |
| XYZ | 69.88 | 77.53 | 71.6 | - |
| YUV | 225.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 209 | 0.05 | 0 | 0.10 | 0.09 | 91.3 | 0.33 | 0.86 |
| Hex | DC | E8 | D1 | 5 | 0 | A | 9 | 5B | 21 | 56 |
| Octal | 334 | 350 | 321 | 5 | 0 | 12 | 11 | 133 | 41 | 126 |
| Binary | 11011100 | 11101000 | 11010001 | 101 | 0 | 1010 | 1001 | 1011011 | 100001 | 1010110 |
Color Harmonies of #DCE8D1
Complementary color
Monochromatic Colors of #DCE8D1
Black with #DCE8D1
Text Example
Text Example
White with #DCE8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8D1; }
p { color: rgb(220,232,209); }
H1.HeaderClassName
{
color: #DCE8D1;
}
.AnyTagClassName
{
color: #DCE8D1;
}
</style>
background-color css
<style>
a { background-color: #DCE8D1; }
a { background-color: rgb(220,232,209); }
div.DivClassName
{
background-color: #DCE8D1;
}
.BgClassName
{
background-color: #DCE8D1;
}
</style>
border-color css
<style>
span { border-color: #DCE8D1; }
span { border-color: rgb(220,232,209); }
td.TdClassName
{
border-color: #DCE8D1;
}
.TagClassName
{
border-color: #DCE8D1;
}
</style>