Shades of Frost #DCDFBC
Tints of Frost #DCDFBC
RGB
CMYK
RGB Variations
Color information
#DCDFBC (or 0xDCDFBC) is known color: Frost. HEX triplet: DC, DF and BC. RGB value is (220,223,188). Sum of RGB (Red+Green+Blue) = 220+223+188=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFBC is #232043. Grayscale: #DADADA. Windows color (decimal): -2302020 or 12378076. OLE color: 12378076.
HSL color Cylindrical-coordinate representation of color #DCDFBC: hue angle of 65.14º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCDFBC is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 188 | - |
CMYK | 0.01 | 0 | 0.16 | 0.13 |
HSL | 65.14º | 0.35% | 0.81% | - |
HSV(B) | 65.14º | 0.16% | 0.87% | - |
XYZ | 64.98 | 71.62 | 57.98 | - |
YUV | 218.11 | 111.01 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 188 | 0.01 | 0 | 0.16 | 0.13 | 65.14 | 0.35 | 0.81 |
Hex | DC | DF | BC | 1 | 0 | 10 | D | 41 | 23 | 51 |
Octal | 334 | 337 | 274 | 1 | 0 | 20 | 15 | 101 | 43 | 121 |
Binary | 11011100 | 11011111 | 10111100 | 1 | 0 | 10000 | 1101 | 1000001 | 100011 | 1010001 |
Color Harmonies of #DCDFBC
Complementary color
Monochromatic Colors of #DCDFBC
Black with #DCDFBC
Text Example
Text Example
White with #DCDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFBC; }
p { color: rgb(220,223,188); }
H1.HeaderClassName
{
color: #DCDFBC;
}
.AnyTagClassName
{
color: #DCDFBC;
}
</style>
background-color css
<style>
a { background-color: #DCDFBC; }
a { background-color: rgb(220,223,188); }
div.DivClassName
{
background-color: #DCDFBC;
}
.BgClassName
{
background-color: #DCDFBC;
}
</style>
border-color css
<style>
span { border-color: #DCDFBC; }
span { border-color: rgb(220,223,188); }
td.TdClassName
{
border-color: #DCDFBC;
}
.TagClassName
{
border-color: #DCDFBC;
}
</style>