Shades of Frostee #DCECCC
Tints of Frostee #DCECCC
RGB
CMYK
RGB Variations
Color information
#DCECCC (or 0xDCECCC) is known color: Frostee. HEX triplet: DC, EC and CC. RGB value is (220,236,204). Sum of RGB (Red+Green+Blue) = 220+236+204=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 236 (92.58% from 255 or 35.76% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 236 - color contains mainly: green. Hex color #DCECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCECCC is #231333. Grayscale: #E3E3E3. Windows color (decimal): -2298676 or 13429980. OLE color: 13429980.
HSL color Cylindrical-coordinate representation of color #DCECCC: hue angle of 90º degrees, saturation: 0.46, 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 #DCECCC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 204 | - |
CMYK | 0.07 | 0 | 0.14 | 0.07 |
HSL | 90º | 0.46% | 0.86% | - |
HSV(B) | 90º | 0.14% | 0.93% | - |
XYZ | 70.41 | 79.57 | 68.77 | - |
YUV | 227.57 | 114.7 | 122.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 204 | 0.07 | 0 | 0.14 | 0.07 | 90 | 0.46 | 0.86 |
Hex | DC | EC | CC | 7 | 0 | E | 7 | 5A | 2E | 56 |
Octal | 334 | 354 | 314 | 7 | 0 | 16 | 7 | 132 | 56 | 126 |
Binary | 11011100 | 11101100 | 11001100 | 111 | 0 | 1110 | 111 | 1011010 | 101110 | 1010110 |
Color Harmonies of #DCECCC
Complementary color
Monochromatic Colors of #DCECCC
Black with #DCECCC
Text Example
Text Example
White with #DCECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCECCC; }
p { color: rgb(220,236,204); }
H1.HeaderClassName
{
color: #DCECCC;
}
.AnyTagClassName
{
color: #DCECCC;
}
</style>
background-color css
<style>
a { background-color: #DCECCC; }
a { background-color: rgb(220,236,204); }
div.DivClassName
{
background-color: #DCECCC;
}
.BgClassName
{
background-color: #DCECCC;
}
</style>
border-color css
<style>
span { border-color: #DCECCC; }
span { border-color: rgb(220,236,204); }
td.TdClassName
{
border-color: #DCECCC;
}
.TagClassName
{
border-color: #DCECCC;
}
</style>