Shades of Frostee #DCE7CE
Tints of Frostee #DCE7CE
RGB
CMYK
RGB Variations
Color information
#DCE7CE (or 0xDCE7CE) is known color: Frostee. HEX triplet: DC, E7 and CE. RGB value is (220,231,206). Sum of RGB (Red+Green+Blue) = 220+231+206=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7CE is #231831. Grayscale: #E0E0E0. Windows color (decimal): -2299954 or 13559772. OLE color: 13559772.
HSL color Cylindrical-coordinate representation of color #DCE7CE: hue angle of 86.4º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE7CE is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 206 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.09 |
| HSL | 86.4º | 0.34% | 0.86% | - |
| HSV(B) | 86.4º | 0.11% | 0.91% | - |
| XYZ | 69.23 | 76.82 | 69.57 | - |
| YUV | 224.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 206 | 0.05 | 0 | 0.11 | 0.09 | 86.4 | 0.34 | 0.86 |
| Hex | DC | E7 | CE | 5 | 0 | B | 9 | 56 | 22 | 56 |
| Octal | 334 | 347 | 316 | 5 | 0 | 13 | 11 | 126 | 42 | 126 |
| Binary | 11011100 | 11100111 | 11001110 | 101 | 0 | 1011 | 1001 | 1010110 | 100010 | 1010110 |
Color Harmonies of #DCE7CE
Complementary color
Monochromatic Colors of #DCE7CE
Black with #DCE7CE
Text Example
Text Example
White with #DCE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7CE; }
p { color: rgb(220,231,206); }
H1.HeaderClassName
{
color: #DCE7CE;
}
.AnyTagClassName
{
color: #DCE7CE;
}
</style>
background-color css
<style>
a { background-color: #DCE7CE; }
a { background-color: rgb(220,231,206); }
div.DivClassName
{
background-color: #DCE7CE;
}
.BgClassName
{
background-color: #DCE7CE;
}
</style>
border-color css
<style>
span { border-color: #DCE7CE; }
span { border-color: rgb(220,231,206); }
td.TdClassName
{
border-color: #DCE7CE;
}
.TagClassName
{
border-color: #DCE7CE;
}
</style>