Shades of Frost #DCDEBD
Tints of Frost #DCDEBD
RGB
CMYK
RGB Variations
Color information
#DCDEBD (or 0xDCDEBD) is known color: Frost. HEX triplet: DC, DE and BD. RGB value is (220,222,189). Sum of RGB (Red+Green+Blue) = 220+222+189=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEBD is #232142. Grayscale: #D9D9D9. Windows color (decimal): -2302275 or 12443356. OLE color: 12443356.
HSL color Cylindrical-coordinate representation of color #DCDEBD: hue angle of 63.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCDEBD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 222 | 189 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.13 |
| HSL | 63.64º | 0.33% | 0.81% | - |
| HSV(B) | 63.64º | 0.15% | 0.87% | - |
| XYZ | 64.82 | 71.13 | 58.46 | - |
| YUV | 217.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 222 | 189 | 0.01 | 0 | 0.15 | 0.13 | 63.64 | 0.33 | 0.81 |
| Hex | DC | DE | BD | 1 | 0 | F | D | 40 | 21 | 51 |
| Octal | 334 | 336 | 275 | 1 | 0 | 17 | 15 | 100 | 41 | 121 |
| Binary | 11011100 | 11011110 | 10111101 | 1 | 0 | 1111 | 1101 | 1000000 | 100001 | 1010001 |
Color Harmonies of #DCDEBD
Complementary color
Monochromatic Colors of #DCDEBD
Black with #DCDEBD
Text Example
Text Example
White with #DCDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEBD; }
p { color: rgb(220,222,189); }
H1.HeaderClassName
{
color: #DCDEBD;
}
.AnyTagClassName
{
color: #DCDEBD;
}
</style>
background-color css
<style>
a { background-color: #DCDEBD; }
a { background-color: rgb(220,222,189); }
div.DivClassName
{
background-color: #DCDEBD;
}
.BgClassName
{
background-color: #DCDEBD;
}
</style>
border-color css
<style>
span { border-color: #DCDEBD; }
span { border-color: rgb(220,222,189); }
td.TdClassName
{
border-color: #DCDEBD;
}
.TagClassName
{
border-color: #DCDEBD;
}
</style>