Shades of Frost #DCDEC8
Tints of Frost #DCDEC8
RGB
CMYK
RGB Variations
Color information
#DCDEC8 (or 0xDCDEC8) is known color: Frost. HEX triplet: DC, DE and C8. RGB value is (220,222,200). Sum of RGB (Red+Green+Blue) = 220+222+200=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC8 is #232137. Grayscale: #DADADA. Windows color (decimal): -2302264 or 13164252. OLE color: 13164252.
HSL color Cylindrical-coordinate representation of color #DCDEC8: hue angle of 65.45º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDEC8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 200 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.13 |
| HSL | 65.45º | 0.25% | 0.83% | - |
| HSV(B) | 65.45º | 0.1% | 0.87% | - |
| XYZ | 66.06 | 71.63 | 64.99 | - |
| YUV | 218.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 200 | 0.01 | 0 | 0.10 | 0.13 | 65.45 | 0.25 | 0.83 |
| Hex | DC | DE | C8 | 1 | 0 | A | D | 41 | 19 | 53 |
| Octal | 334 | 336 | 310 | 1 | 0 | 12 | 15 | 101 | 31 | 123 |
| Binary | 11011100 | 11011110 | 11001000 | 1 | 0 | 1010 | 1101 | 1000001 | 11001 | 1010011 |
Color Harmonies of #DCDEC8
Complementary color
Monochromatic Colors of #DCDEC8
Black with #DCDEC8
Text Example
Text Example
White with #DCDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEC8; }
p { color: rgb(220,222,200); }
H1.HeaderClassName
{
color: #DCDEC8;
}
.AnyTagClassName
{
color: #DCDEC8;
}
</style>
background-color css
<style>
a { background-color: #DCDEC8; }
a { background-color: rgb(220,222,200); }
div.DivClassName
{
background-color: #DCDEC8;
}
.BgClassName
{
background-color: #DCDEC8;
}
</style>
border-color css
<style>
span { border-color: #DCDEC8; }
span { border-color: rgb(220,222,200); }
td.TdClassName
{
border-color: #DCDEC8;
}
.TagClassName
{
border-color: #DCDEC8;
}
</style>