Shades of Frostee #DCECD0
Tints of Frostee #DCECD0
RGB
CMYK
RGB Variations
Color information
#DCECD0 (or 0xDCECD0) is known color: Frostee. HEX triplet: DC, EC and D0. RGB value is (220,236,208). Sum of RGB (Red+Green+Blue) = 220+236+208=664 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.13% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECD0 is #23132F. Grayscale: #E4E4E4. Windows color (decimal): -2298672 or 13692124. OLE color: 13692124.
HSL color Cylindrical-coordinate representation of color #DCECD0: hue angle of 94.29º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCECD0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 208 | - |
CMYK | 0.07 | 0 | 0.12 | 0.07 |
HSL | 94.29º | 0.42% | 0.87% | - |
HSV(B) | 94.29º | 0.12% | 0.93% | - |
XYZ | 70.9 | 79.76 | 71.33 | - |
YUV | 228.02 | 116.7 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 208 | 0.07 | 0 | 0.12 | 0.07 | 94.29 | 0.42 | 0.87 |
Hex | DC | EC | D0 | 7 | 0 | C | 7 | 5E | 2A | 57 |
Octal | 334 | 354 | 320 | 7 | 0 | 14 | 7 | 136 | 52 | 127 |
Binary | 11011100 | 11101100 | 11010000 | 111 | 0 | 1100 | 111 | 1011110 | 101010 | 1010111 |
Color Harmonies of #DCECD0
Complementary color
Monochromatic Colors of #DCECD0
Black with #DCECD0
Text Example
Text Example
White with #DCECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECD0; }
p { color: rgb(220,236,208); }
H1.HeaderClassName
{
color: #DCECD0;
}
.AnyTagClassName
{
color: #DCECD0;
}
</style>
background-color css
<style>
a { background-color: #DCECD0; }
a { background-color: rgb(220,236,208); }
div.DivClassName
{
background-color: #DCECD0;
}
.BgClassName
{
background-color: #DCECD0;
}
</style>
border-color css
<style>
span { border-color: #DCECD0; }
span { border-color: rgb(220,236,208); }
td.TdClassName
{
border-color: #DCECD0;
}
.TagClassName
{
border-color: #DCECD0;
}
</style>