Shades of Frost #DCDEC2
Tints of Frost #DCDEC2
RGB
CMYK
RGB Variations
Color information
#DCDEC2 (or 0xDCDEC2) is known color: Frost. HEX triplet: DC, DE and C2. RGB value is (220,222,194). Sum of RGB (Red+Green+Blue) = 220+222+194=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC2 is #23213D. Grayscale: #DADADA. Windows color (decimal): -2302270 or 12771036. OLE color: 12771036.
HSL color Cylindrical-coordinate representation of color #DCDEC2: hue angle of 64.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDEC2 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 194 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.13 |
| HSL | 64.29º | 0.3% | 0.82% | - |
| HSV(B) | 64.29º | 0.13% | 0.87% | - |
| XYZ | 65.37 | 71.35 | 61.37 | - |
| YUV | 218.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 194 | 0.01 | 0 | 0.13 | 0.13 | 64.29 | 0.3 | 0.82 |
| Hex | DC | DE | C2 | 1 | 0 | D | D | 40 | 1E | 52 |
| Octal | 334 | 336 | 302 | 1 | 0 | 15 | 15 | 100 | 36 | 122 |
| Binary | 11011100 | 11011110 | 11000010 | 1 | 0 | 1101 | 1101 | 1000000 | 11110 | 1010010 |
Color Harmonies of #DCDEC2
Complementary color
Monochromatic Colors of #DCDEC2
Black with #DCDEC2
Text Example
Text Example
White with #DCDEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEC2; }
p { color: rgb(220,222,194); }
H1.HeaderClassName
{
color: #DCDEC2;
}
.AnyTagClassName
{
color: #DCDEC2;
}
</style>
background-color css
<style>
a { background-color: #DCDEC2; }
a { background-color: rgb(220,222,194); }
div.DivClassName
{
background-color: #DCDEC2;
}
.BgClassName
{
background-color: #DCDEC2;
}
</style>
border-color css
<style>
span { border-color: #DCDEC2; }
span { border-color: rgb(220,222,194); }
td.TdClassName
{
border-color: #DCDEC2;
}
.TagClassName
{
border-color: #DCDEC2;
}
</style>