Shades of Frostee #DCEDC8
Tints of Frostee #DCEDC8
RGB
CMYK
RGB Variations
Color information
#DCEDC8 (or 0xDCEDC8) is known color: Frostee. HEX triplet: DC, ED and C8. RGB value is (220,237,200). Sum of RGB (Red+Green+Blue) = 220+237+200=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 200 (78.52% from 255 or 30.44% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDC8 is #231237. Grayscale: #E3E3E3. Windows color (decimal): -2298424 or 13168092. OLE color: 13168092.
HSL color Cylindrical-coordinate representation of color #DCEDC8: hue angle of 87.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCEDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 200 | - |
CMYK | 0.07 | 0 | 0.16 | 0.07 |
HSL | 87.57º | 0.51% | 0.86% | - |
HSV(B) | 87.57º | 0.16% | 0.93% | - |
XYZ | 70.22 | 79.95 | 66.38 | - |
YUV | 227.7 | 112.37 | 122.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 200 | 0.07 | 0 | 0.16 | 0.07 | 87.57 | 0.51 | 0.86 |
Hex | DC | ED | C8 | 7 | 0 | 10 | 7 | 58 | 33 | 56 |
Octal | 334 | 355 | 310 | 7 | 0 | 20 | 7 | 130 | 63 | 126 |
Binary | 11011100 | 11101101 | 11001000 | 111 | 0 | 10000 | 111 | 1011000 | 110011 | 1010110 |
Color Harmonies of #DCEDC8
Complementary color
Monochromatic Colors of #DCEDC8
Black with #DCEDC8
Text Example
Text Example
White with #DCEDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDC8; }
p { color: rgb(220,237,200); }
H1.HeaderClassName
{
color: #DCEDC8;
}
.AnyTagClassName
{
color: #DCEDC8;
}
</style>
background-color css
<style>
a { background-color: #DCEDC8; }
a { background-color: rgb(220,237,200); }
div.DivClassName
{
background-color: #DCEDC8;
}
.BgClassName
{
background-color: #DCEDC8;
}
</style>
border-color css
<style>
span { border-color: #DCEDC8; }
span { border-color: rgb(220,237,200); }
td.TdClassName
{
border-color: #DCEDC8;
}
.TagClassName
{
border-color: #DCEDC8;
}
</style>