Shades of Frost #DBDFC0
Tints of Frost #DBDFC0
RGB
CMYK
RGB Variations
Color information
#DBDFC0 (or 0xDBDFC0) is known color: Frost. HEX triplet: DB, DF and C0. RGB value is (219,223,192). Sum of RGB (Red+Green+Blue) = 219+223+192=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFC0 is #24203F. Grayscale: #DADADA. Windows color (decimal): -2367552 or 12640219. OLE color: 12640219.
HSL color Cylindrical-coordinate representation of color #DBDFC0: hue angle of 67.74º 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 #DBDFC0 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 192 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.13 |
| HSL | 67.74º | 0.33% | 0.81% | - |
| HSV(B) | 67.74º | 0.14% | 0.87% | - |
| XYZ | 65.12 | 71.64 | 60.27 | - |
| YUV | 218.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 192 | 0.02 | 0 | 0.14 | 0.13 | 67.74 | 0.33 | 0.81 |
| Hex | DB | DF | C0 | 2 | 0 | E | D | 44 | 21 | 51 |
| Octal | 333 | 337 | 300 | 2 | 0 | 16 | 15 | 104 | 41 | 121 |
| Binary | 11011011 | 11011111 | 11000000 | 10 | 0 | 1110 | 1101 | 1000100 | 100001 | 1010001 |
Color Harmonies of #DBDFC0
Complementary color
Monochromatic Colors of #DBDFC0
Black with #DBDFC0
Text Example
Text Example
White with #DBDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFC0; }
p { color: rgb(219,223,192); }
H1.HeaderClassName
{
color: #DBDFC0;
}
.AnyTagClassName
{
color: #DBDFC0;
}
</style>
background-color css
<style>
a { background-color: #DBDFC0; }
a { background-color: rgb(219,223,192); }
div.DivClassName
{
background-color: #DBDFC0;
}
.BgClassName
{
background-color: #DBDFC0;
}
</style>
border-color css
<style>
span { border-color: #DBDFC0; }
span { border-color: rgb(219,223,192); }
td.TdClassName
{
border-color: #DBDFC0;
}
.TagClassName
{
border-color: #DBDFC0;
}
</style>