Shades of Frost #DCDEC4
Tints of Frost #DCDEC4
RGB
CMYK
RGB Variations
Color information
#DCDEC4 (or 0xDCDEC4) is known color: Frost. HEX triplet: DC, DE and C4. RGB value is (220,222,196). Sum of RGB (Red+Green+Blue) = 220+222+196=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 196 (76.95% from 255 or 30.72% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC4 is #23213B. Grayscale: #DADADA. Windows color (decimal): -2302268 or 12902108. OLE color: 12902108.
HSL color Cylindrical-coordinate representation of color #DCDEC4: hue angle of 64.62º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDEC4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 196 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.13 |
| HSL | 64.62º | 0.28% | 0.82% | - |
| HSV(B) | 64.62º | 0.12% | 0.87% | - |
| XYZ | 65.6 | 71.44 | 62.56 | - |
| YUV | 218.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 196 | 0.01 | 0 | 0.12 | 0.13 | 64.62 | 0.28 | 0.82 |
| Hex | DC | DE | C4 | 1 | 0 | C | D | 41 | 1C | 52 |
| Octal | 334 | 336 | 304 | 1 | 0 | 14 | 15 | 101 | 34 | 122 |
| Binary | 11011100 | 11011110 | 11000100 | 1 | 0 | 1100 | 1101 | 1000001 | 11100 | 1010010 |
Color Harmonies of #DCDEC4
Complementary color
Monochromatic Colors of #DCDEC4
Black with #DCDEC4
Text Example
Text Example
White with #DCDEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEC4; }
p { color: rgb(220,222,196); }
H1.HeaderClassName
{
color: #DCDEC4;
}
.AnyTagClassName
{
color: #DCDEC4;
}
</style>
background-color css
<style>
a { background-color: #DCDEC4; }
a { background-color: rgb(220,222,196); }
div.DivClassName
{
background-color: #DCDEC4;
}
.BgClassName
{
background-color: #DCDEC4;
}
</style>
border-color css
<style>
span { border-color: #DCDEC4; }
span { border-color: rgb(220,222,196); }
td.TdClassName
{
border-color: #DCDEC4;
}
.TagClassName
{
border-color: #DCDEC4;
}
</style>