Shades of Frostee #DCEDCC
Tints of Frostee #DCEDCC
RGB
CMYK
RGB Variations
Color information
#DCEDCC (or 0xDCEDCC) is known color: Frostee. HEX triplet: DC, ED and CC. RGB value is (220,237,204). Sum of RGB (Red+Green+Blue) = 220+237+204=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCC is #231233. Grayscale: #E4E4E4. Windows color (decimal): -2298420 or 13430236. OLE color: 13430236.
HSL color Cylindrical-coordinate representation of color #DCEDCC: hue angle of 90.91º degrees, saturation: 0.48, 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 #DCEDCC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 204 | - |
CMYK | 0.07 | 0 | 0.14 | 0.07 |
HSL | 90.91º | 0.48% | 0.86% | - |
HSV(B) | 90.91º | 0.14% | 0.93% | - |
XYZ | 70.7 | 80.14 | 68.87 | - |
YUV | 228.16 | 114.37 | 122.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 204 | 0.07 | 0 | 0.14 | 0.07 | 90.91 | 0.48 | 0.86 |
Hex | DC | ED | CC | 7 | 0 | E | 7 | 5B | 30 | 56 |
Octal | 334 | 355 | 314 | 7 | 0 | 16 | 7 | 133 | 60 | 126 |
Binary | 11011100 | 11101101 | 11001100 | 111 | 0 | 1110 | 111 | 1011011 | 110000 | 1010110 |
Color Harmonies of #DCEDCC
Complementary color
Monochromatic Colors of #DCEDCC
Black with #DCEDCC
Text Example
Text Example
White with #DCEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDCC; }
p { color: rgb(220,237,204); }
H1.HeaderClassName
{
color: #DCEDCC;
}
.AnyTagClassName
{
color: #DCEDCC;
}
</style>
background-color css
<style>
a { background-color: #DCEDCC; }
a { background-color: rgb(220,237,204); }
div.DivClassName
{
background-color: #DCEDCC;
}
.BgClassName
{
background-color: #DCEDCC;
}
</style>
border-color css
<style>
span { border-color: #DCEDCC; }
span { border-color: rgb(220,237,204); }
td.TdClassName
{
border-color: #DCEDCC;
}
.TagClassName
{
border-color: #DCEDCC;
}
</style>