Shades of Frostee #DCECCA
Tints of Frostee #DCECCA
RGB
CMYK
RGB Variations
Color information
#DCECCA (or 0xDCECCA) is known color: Frostee. HEX triplet: DC, EC and CA. RGB value is (220,236,202). Sum of RGB (Red+Green+Blue) = 220+236+202=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECCA is #231335. Grayscale: #E3E3E3. Windows color (decimal): -2298678 or 13298908. OLE color: 13298908.
HSL color Cylindrical-coordinate representation of color #DCECCA: hue angle of 88.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCECCA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 202 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.07 |
| HSL | 88.24º | 0.47% | 0.86% | - |
| HSV(B) | 88.24º | 0.14% | 0.93% | - |
| XYZ | 70.17 | 79.47 | 67.52 | - |
| YUV | 227.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 202 | 0.07 | 0 | 0.14 | 0.07 | 88.24 | 0.47 | 0.86 |
| Hex | DC | EC | CA | 7 | 0 | E | 7 | 58 | 2F | 56 |
| Octal | 334 | 354 | 312 | 7 | 0 | 16 | 7 | 130 | 57 | 126 |
| Binary | 11011100 | 11101100 | 11001010 | 111 | 0 | 1110 | 111 | 1011000 | 101111 | 1010110 |
Color Harmonies of #DCECCA
Complementary color
Monochromatic Colors of #DCECCA
Black with #DCECCA
Text Example
Text Example
White with #DCECCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECCA; }
p { color: rgb(220,236,202); }
H1.HeaderClassName
{
color: #DCECCA;
}
.AnyTagClassName
{
color: #DCECCA;
}
</style>
background-color css
<style>
a { background-color: #DCECCA; }
a { background-color: rgb(220,236,202); }
div.DivClassName
{
background-color: #DCECCA;
}
.BgClassName
{
background-color: #DCECCA;
}
</style>
border-color css
<style>
span { border-color: #DCECCA; }
span { border-color: rgb(220,236,202); }
td.TdClassName
{
border-color: #DCECCA;
}
.TagClassName
{
border-color: #DCECCA;
}
</style>