Shades of Frost #DCDFBD
Tints of Frost #DCDFBD
RGB
CMYK
RGB Variations
Color information
#DCDFBD (or 0xDCDFBD) is known color: Frost. HEX triplet: DC, DF and BD. RGB value is (220,223,189). Sum of RGB (Red+Green+Blue) = 220+223+189=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFBD is #232042. Grayscale: #DADADA. Windows color (decimal): -2302019 or 12443612. OLE color: 12443612.
HSL color Cylindrical-coordinate representation of color #DCDFBD: hue angle of 65.29º degrees, saturation: 0.35, 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 #DCDFBD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 189 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.13 |
| HSL | 65.29º | 0.35% | 0.81% | - |
| HSV(B) | 65.29º | 0.15% | 0.87% | - |
| XYZ | 65.09 | 71.67 | 58.55 | - |
| YUV | 218.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 189 | 0.01 | 0 | 0.15 | 0.13 | 65.29 | 0.35 | 0.81 |
| Hex | DC | DF | BD | 1 | 0 | F | D | 41 | 23 | 51 |
| Octal | 334 | 337 | 275 | 1 | 0 | 17 | 15 | 101 | 43 | 121 |
| Binary | 11011100 | 11011111 | 10111101 | 1 | 0 | 1111 | 1101 | 1000001 | 100011 | 1010001 |
Color Harmonies of #DCDFBD
Complementary color
Monochromatic Colors of #DCDFBD
Black with #DCDFBD
Text Example
Text Example
White with #DCDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFBD; }
p { color: rgb(220,223,189); }
H1.HeaderClassName
{
color: #DCDFBD;
}
.AnyTagClassName
{
color: #DCDFBD;
}
</style>
background-color css
<style>
a { background-color: #DCDFBD; }
a { background-color: rgb(220,223,189); }
div.DivClassName
{
background-color: #DCDFBD;
}
.BgClassName
{
background-color: #DCDFBD;
}
</style>
border-color css
<style>
span { border-color: #DCDFBD; }
span { border-color: rgb(220,223,189); }
td.TdClassName
{
border-color: #DCDFBD;
}
.TagClassName
{
border-color: #DCDFBD;
}
</style>