Shades of Frostee #DCE8CE
Tints of Frostee #DCE8CE
RGB
CMYK
RGB Variations
Color information
#DCE8CE (or 0xDCE8CE) is known color: Frostee. HEX triplet: DC, E8 and CE. RGB value is (220,232,206). Sum of RGB (Red+Green+Blue) = 220+232+206=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE8CE is #231731. Grayscale: #E1E1E1. Windows color (decimal): -2299698 or 13560028. OLE color: 13560028.
HSL color Cylindrical-coordinate representation of color #DCE8CE: hue angle of 87.69º degrees, saturation: 0.36, 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 #DCE8CE is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 232 | 206 | - |
CMYK | 0.05 | 0 | 0.11 | 0.09 |
HSL | 87.69º | 0.36% | 0.86% | - |
HSV(B) | 87.69º | 0.11% | 0.91% | - |
XYZ | 69.51 | 77.39 | 69.67 | - |
YUV | 225.45 | 117.02 | 124.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 232 | 206 | 0.05 | 0 | 0.11 | 0.09 | 87.69 | 0.36 | 0.86 |
Hex | DC | E8 | CE | 5 | 0 | B | 9 | 58 | 24 | 56 |
Octal | 334 | 350 | 316 | 5 | 0 | 13 | 11 | 130 | 44 | 126 |
Binary | 11011100 | 11101000 | 11001110 | 101 | 0 | 1011 | 1001 | 1011000 | 100100 | 1010110 |
Color Harmonies of #DCE8CE
Complementary color
Monochromatic Colors of #DCE8CE
Black with #DCE8CE
Text Example
Text Example
White with #DCE8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8CE; }
p { color: rgb(220,232,206); }
H1.HeaderClassName
{
color: #DCE8CE;
}
.AnyTagClassName
{
color: #DCE8CE;
}
</style>
background-color css
<style>
a { background-color: #DCE8CE; }
a { background-color: rgb(220,232,206); }
div.DivClassName
{
background-color: #DCE8CE;
}
.BgClassName
{
background-color: #DCE8CE;
}
</style>
border-color css
<style>
span { border-color: #DCE8CE; }
span { border-color: rgb(220,232,206); }
td.TdClassName
{
border-color: #DCE8CE;
}
.TagClassName
{
border-color: #DCE8CE;
}
</style>