Shades of Frost #DCDECD
Tints of Frost #DCDECD
RGB
CMYK
RGB Variations
Color information
#DCDECD (or 0xDCDECD) is known color: Frost. HEX triplet: DC, DE and CD. RGB value is (220,222,205). Sum of RGB (Red+Green+Blue) = 220+222+205=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDECD is #232132. Grayscale: #DBDBDB. Windows color (decimal): -2302259 or 13491932. OLE color: 13491932.
HSL color Cylindrical-coordinate representation of color #DCDECD: hue angle of 67.06º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCDECD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 205 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.13 |
| HSL | 67.06º | 0.2% | 0.84% | - |
| HSV(B) | 67.06º | 0.08% | 0.87% | - |
| XYZ | 66.66 | 71.87 | 68.12 | - |
| YUV | 219.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 205 | 0.01 | 0 | 0.08 | 0.13 | 67.06 | 0.2 | 0.84 |
| Hex | DC | DE | CD | 1 | 0 | 8 | D | 43 | 14 | 54 |
| Octal | 334 | 336 | 315 | 1 | 0 | 10 | 15 | 103 | 24 | 124 |
| Binary | 11011100 | 11011110 | 11001101 | 1 | 0 | 1000 | 1101 | 1000011 | 10100 | 1010100 |
Color Harmonies of #DCDECD
Complementary color
Monochromatic Colors of #DCDECD
Black with #DCDECD
Text Example
Text Example
White with #DCDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDECD; }
p { color: rgb(220,222,205); }
H1.HeaderClassName
{
color: #DCDECD;
}
.AnyTagClassName
{
color: #DCDECD;
}
</style>
background-color css
<style>
a { background-color: #DCDECD; }
a { background-color: rgb(220,222,205); }
div.DivClassName
{
background-color: #DCDECD;
}
.BgClassName
{
background-color: #DCDECD;
}
</style>
border-color css
<style>
span { border-color: #DCDECD; }
span { border-color: rgb(220,222,205); }
td.TdClassName
{
border-color: #DCDECD;
}
.TagClassName
{
border-color: #DCDECD;
}
</style>