Shades of Frost #DBDFC8
Tints of Frost #DBDFC8
RGB
CMYK
RGB Variations
Color information
#DBDFC8 (or 0xDBDFC8) is known color: Frost. HEX triplet: DB, DF and C8. RGB value is (219,223,200). Sum of RGB (Red+Green+Blue) = 219+223+200=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFC8 is #242037. Grayscale: #DBDBDB. Windows color (decimal): -2367544 or 13164507. OLE color: 13164507.
HSL color Cylindrical-coordinate representation of color #DBDFC8: hue angle of 70.43º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBDFC8 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 200 | - |
CMYK | 0.02 | 0 | 0.10 | 0.13 |
HSL | 70.43º | 0.26% | 0.83% | - |
HSV(B) | 70.43º | 0.1% | 0.87% | - |
XYZ | 66.03 | 72.01 | 65.06 | - |
YUV | 219.18 | 117.17 | 127.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 200 | 0.02 | 0 | 0.10 | 0.13 | 70.43 | 0.26 | 0.83 |
Hex | DB | DF | C8 | 2 | 0 | A | D | 46 | 1A | 53 |
Octal | 333 | 337 | 310 | 2 | 0 | 12 | 15 | 106 | 32 | 123 |
Binary | 11011011 | 11011111 | 11001000 | 10 | 0 | 1010 | 1101 | 1000110 | 11010 | 1010011 |
Color Harmonies of #DBDFC8
Complementary color
Monochromatic Colors of #DBDFC8
Black with #DBDFC8
Text Example
Text Example
White with #DBDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFC8; }
p { color: rgb(219,223,200); }
H1.HeaderClassName
{
color: #DBDFC8;
}
.AnyTagClassName
{
color: #DBDFC8;
}
</style>
background-color css
<style>
a { background-color: #DBDFC8; }
a { background-color: rgb(219,223,200); }
div.DivClassName
{
background-color: #DBDFC8;
}
.BgClassName
{
background-color: #DBDFC8;
}
</style>
border-color css
<style>
span { border-color: #DBDFC8; }
span { border-color: rgb(219,223,200); }
td.TdClassName
{
border-color: #DBDFC8;
}
.TagClassName
{
border-color: #DBDFC8;
}
</style>