Shades of Frost #DCDFBF
Tints of Frost #DCDFBF
RGB
CMYK
RGB Variations
Color information
#DCDFBF (or 0xDCDFBF) is known color: Frost. HEX triplet: DC, DF and BF. RGB value is (220,223,191). Sum of RGB (Red+Green+Blue) = 220+223+191=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFBF is #232040. Grayscale: #DADADA. Windows color (decimal): -2302017 or 12574684. OLE color: 12574684.
HSL color Cylindrical-coordinate representation of color #DCDFBF: hue angle of 65.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCDFBF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 191 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.13 |
| HSL | 65.63º | 0.33% | 0.81% | - |
| HSV(B) | 65.63º | 0.14% | 0.87% | - |
| XYZ | 65.31 | 71.75 | 59.7 | - |
| YUV | 218.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 191 | 0.01 | 0 | 0.14 | 0.13 | 65.63 | 0.33 | 0.81 |
| Hex | DC | DF | BF | 1 | 0 | E | D | 42 | 21 | 51 |
| Octal | 334 | 337 | 277 | 1 | 0 | 16 | 15 | 102 | 41 | 121 |
| Binary | 11011100 | 11011111 | 10111111 | 1 | 0 | 1110 | 1101 | 1000010 | 100001 | 1010001 |
Color Harmonies of #DCDFBF
Complementary color
Monochromatic Colors of #DCDFBF
Black with #DCDFBF
Text Example
Text Example
White with #DCDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFBF; }
p { color: rgb(220,223,191); }
H1.HeaderClassName
{
color: #DCDFBF;
}
.AnyTagClassName
{
color: #DCDFBF;
}
</style>
background-color css
<style>
a { background-color: #DCDFBF; }
a { background-color: rgb(220,223,191); }
div.DivClassName
{
background-color: #DCDFBF;
}
.BgClassName
{
background-color: #DCDFBF;
}
</style>
border-color css
<style>
span { border-color: #DCDFBF; }
span { border-color: rgb(220,223,191); }
td.TdClassName
{
border-color: #DCDFBF;
}
.TagClassName
{
border-color: #DCDFBF;
}
</style>