Shades of Frost #DBDFC9
Tints of Frost #DBDFC9
RGB
CMYK
RGB Variations
Color information
#DBDFC9 (or 0xDBDFC9) is known color: Frost. HEX triplet: DB, DF and C9. RGB value is (219,223,201). Sum of RGB (Red+Green+Blue) = 219+223+201=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFC9 is #242036. Grayscale: #DBDBDB. Windows color (decimal): -2367543 or 13230043. OLE color: 13230043.
HSL color Cylindrical-coordinate representation of color #DBDFC9: hue angle of 70.91º 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 #DBDFC9 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 201 | - |
CMYK | 0.02 | 0 | 0.10 | 0.13 |
HSL | 70.91º | 0.26% | 0.83% | - |
HSV(B) | 70.91º | 0.1% | 0.87% | - |
XYZ | 66.14 | 72.05 | 65.68 | - |
YUV | 219.3 | 117.67 | 127.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 201 | 0.02 | 0 | 0.10 | 0.13 | 70.91 | 0.26 | 0.83 |
Hex | DB | DF | C9 | 2 | 0 | A | D | 47 | 1A | 53 |
Octal | 333 | 337 | 311 | 2 | 0 | 12 | 15 | 107 | 32 | 123 |
Binary | 11011011 | 11011111 | 11001001 | 10 | 0 | 1010 | 1101 | 1000111 | 11010 | 1010011 |
Color Harmonies of #DBDFC9
Complementary color
Monochromatic Colors of #DBDFC9
Black with #DBDFC9
Text Example
Text Example
White with #DBDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFC9; }
p { color: rgb(219,223,201); }
H1.HeaderClassName
{
color: #DBDFC9;
}
.AnyTagClassName
{
color: #DBDFC9;
}
</style>
background-color css
<style>
a { background-color: #DBDFC9; }
a { background-color: rgb(219,223,201); }
div.DivClassName
{
background-color: #DBDFC9;
}
.BgClassName
{
background-color: #DBDFC9;
}
</style>
border-color css
<style>
span { border-color: #DBDFC9; }
span { border-color: rgb(219,223,201); }
td.TdClassName
{
border-color: #DBDFC9;
}
.TagClassName
{
border-color: #DBDFC9;
}
</style>