Shades of Frostee #DCECCD
Tints of Frostee #DCECCD
RGB
CMYK
RGB Variations
Color information
#DCECCD (or 0xDCECCD) is known color: Frostee. HEX triplet: DC, EC and CD. RGB value is (220,236,205). Sum of RGB (Red+Green+Blue) = 220+236+205=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECCD is #231332. Grayscale: #E3E3E3. Windows color (decimal): -2298675 or 13495516. OLE color: 13495516.
HSL color Cylindrical-coordinate representation of color #DCECCD: hue angle of 90.97º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCECCD is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 205 | - |
CMYK | 0.07 | 0 | 0.13 | 0.07 |
HSL | 90.97º | 0.45% | 0.86% | - |
HSV(B) | 90.97º | 0.13% | 0.93% | - |
XYZ | 70.53 | 79.61 | 69.41 | - |
YUV | 227.68 | 115.2 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 205 | 0.07 | 0 | 0.13 | 0.07 | 90.97 | 0.45 | 0.86 |
Hex | DC | EC | CD | 7 | 0 | D | 7 | 5B | 2D | 56 |
Octal | 334 | 354 | 315 | 7 | 0 | 15 | 7 | 133 | 55 | 126 |
Binary | 11011100 | 11101100 | 11001101 | 111 | 0 | 1101 | 111 | 1011011 | 101101 | 1010110 |
Color Harmonies of #DCECCD
Complementary color
Monochromatic Colors of #DCECCD
Black with #DCECCD
Text Example
Text Example
White with #DCECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECCD; }
p { color: rgb(220,236,205); }
H1.HeaderClassName
{
color: #DCECCD;
}
.AnyTagClassName
{
color: #DCECCD;
}
</style>
background-color css
<style>
a { background-color: #DCECCD; }
a { background-color: rgb(220,236,205); }
div.DivClassName
{
background-color: #DCECCD;
}
.BgClassName
{
background-color: #DCECCD;
}
</style>
border-color css
<style>
span { border-color: #DCECCD; }
span { border-color: rgb(220,236,205); }
td.TdClassName
{
border-color: #DCECCD;
}
.TagClassName
{
border-color: #DCECCD;
}
</style>