Shades of Frost #DCDEC0
Tints of Frost #DCDEC0
RGB
CMYK
RGB Variations
Color information
#DCDEC0 (or 0xDCDEC0) is known color: Frost. HEX triplet: DC, DE and C0. RGB value is (220,222,192). Sum of RGB (Red+Green+Blue) = 220+222+192=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC0 is #23213F. Grayscale: #DADADA. Windows color (decimal): -2302272 or 12639964. OLE color: 12639964.
HSL color Cylindrical-coordinate representation of color #DCDEC0: hue angle of 64º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCDEC0 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 192 | - |
CMYK | 0.01 | 0 | 0.14 | 0.13 |
HSL | 64º | 0.31% | 0.81% | - |
HSV(B) | 64º | 0.14% | 0.87% | - |
XYZ | 65.15 | 71.26 | 60.19 | - |
YUV | 217.98 | 113.34 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 192 | 0.01 | 0 | 0.14 | 0.13 | 64 | 0.31 | 0.81 |
Hex | DC | DE | C0 | 1 | 0 | E | D | 40 | 1F | 51 |
Octal | 334 | 336 | 300 | 1 | 0 | 16 | 15 | 100 | 37 | 121 |
Binary | 11011100 | 11011110 | 11000000 | 1 | 0 | 1110 | 1101 | 1000000 | 11111 | 1010001 |
Color Harmonies of #DCDEC0
Complementary color
Monochromatic Colors of #DCDEC0
Black with #DCDEC0
Text Example
Text Example
White with #DCDEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEC0; }
p { color: rgb(220,222,192); }
H1.HeaderClassName
{
color: #DCDEC0;
}
.AnyTagClassName
{
color: #DCDEC0;
}
</style>
background-color css
<style>
a { background-color: #DCDEC0; }
a { background-color: rgb(220,222,192); }
div.DivClassName
{
background-color: #DCDEC0;
}
.BgClassName
{
background-color: #DCDEC0;
}
</style>
border-color css
<style>
span { border-color: #DCDEC0; }
span { border-color: rgb(220,222,192); }
td.TdClassName
{
border-color: #DCDEC0;
}
.TagClassName
{
border-color: #DCDEC0;
}
</style>