Shades of Frostee #DCEECE
Tints of Frostee #DCEECE
RGB
CMYK
RGB Variations
Color information
#DCEECE (or 0xDCEECE) is known color: Frostee. HEX triplet: DC, EE and CE. RGB value is (220,238,206). Sum of RGB (Red+Green+Blue) = 220+238+206=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEECE is #231131. Grayscale: #E5E5E5. Windows color (decimal): -2298162 or 13561564. OLE color: 13561564.
HSL color Cylindrical-coordinate representation of color #DCEECE: hue angle of 93.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEECE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 206 | - |
CMYK | 0.08 | 0 | 0.13 | 0.07 |
HSL | 93.75º | 0.48% | 0.87% | - |
HSV(B) | 93.75º | 0.13% | 0.93% | - |
XYZ | 71.23 | 80.82 | 70.24 | - |
YUV | 228.97 | 115.04 | 121.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 206 | 0.08 | 0 | 0.13 | 0.07 | 93.75 | 0.48 | 0.87 |
Hex | DC | EE | CE | 8 | 0 | D | 7 | 5E | 30 | 57 |
Octal | 334 | 356 | 316 | 10 | 0 | 15 | 7 | 136 | 60 | 127 |
Binary | 11011100 | 11101110 | 11001110 | 1000 | 0 | 1101 | 111 | 1011110 | 110000 | 1010111 |
Color Harmonies of #DCEECE
Complementary color
Monochromatic Colors of #DCEECE
Black with #DCEECE
Text Example
Text Example
White with #DCEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEECE; }
p { color: rgb(220,238,206); }
H1.HeaderClassName
{
color: #DCEECE;
}
.AnyTagClassName
{
color: #DCEECE;
}
</style>
background-color css
<style>
a { background-color: #DCEECE; }
a { background-color: rgb(220,238,206); }
div.DivClassName
{
background-color: #DCEECE;
}
.BgClassName
{
background-color: #DCEECE;
}
</style>
border-color css
<style>
span { border-color: #DCEECE; }
span { border-color: rgb(220,238,206); }
td.TdClassName
{
border-color: #DCEECE;
}
.TagClassName
{
border-color: #DCEECE;
}
</style>