Shades of Frostee #DCE6D1
Tints of Frostee #DCE6D1
RGB
CMYK
RGB Variations
Color information
#DCE6D1 (or 0xDCE6D1) is known color: Frostee. HEX triplet: DC, E6 and D1. RGB value is (220,230,209). Sum of RGB (Red+Green+Blue) = 220+230+209=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE6D1 is #23192E. Grayscale: #E0E0E0. Windows color (decimal): -2300207 or 13756124. OLE color: 13756124.
HSL color Cylindrical-coordinate representation of color #DCE6D1: hue angle of 88.57º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE6D1 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 209 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.10 |
| HSL | 88.57º | 0.3% | 0.86% | - |
| HSV(B) | 88.57º | 0.09% | 0.9% | - |
| XYZ | 69.32 | 76.41 | 71.42 | - |
| YUV | 224.62 | 119.19 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 209 | 0.04 | 0 | 0.09 | 0.10 | 88.57 | 0.3 | 0.86 |
| Hex | DC | E6 | D1 | 4 | 0 | 9 | A | 59 | 1E | 56 |
| Octal | 334 | 346 | 321 | 4 | 0 | 11 | 12 | 131 | 36 | 126 |
| Binary | 11011100 | 11100110 | 11010001 | 100 | 0 | 1001 | 1010 | 1011001 | 11110 | 1010110 |
Color Harmonies of #DCE6D1
Complementary color
Monochromatic Colors of #DCE6D1
Black with #DCE6D1
Text Example
Text Example
White with #DCE6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6D1; }
p { color: rgb(220,230,209); }
H1.HeaderClassName
{
color: #DCE6D1;
}
.AnyTagClassName
{
color: #DCE6D1;
}
</style>
background-color css
<style>
a { background-color: #DCE6D1; }
a { background-color: rgb(220,230,209); }
div.DivClassName
{
background-color: #DCE6D1;
}
.BgClassName
{
background-color: #DCE6D1;
}
</style>
border-color css
<style>
span { border-color: #DCE6D1; }
span { border-color: rgb(220,230,209); }
td.TdClassName
{
border-color: #DCE6D1;
}
.TagClassName
{
border-color: #DCE6D1;
}
</style>