Shades of Frost #DBDFC7
Tints of Frost #DBDFC7
RGB
CMYK
RGB Variations
Color information
#DBDFC7 (or 0xDBDFC7) is known color: Frost. HEX triplet: DB, DF and C7. RGB value is (219,223,199). Sum of RGB (Red+Green+Blue) = 219+223+199=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFC7 is #242038. Grayscale: #DBDBDB. Windows color (decimal): -2367545 or 13098971. OLE color: 13098971.
HSL color Cylindrical-coordinate representation of color #DBDFC7: hue angle of 70º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBDFC7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 199 | - |
CMYK | 0.02 | 0 | 0.11 | 0.13 |
HSL | 70º | 0.27% | 0.83% | - |
HSV(B) | 70º | 0.11% | 0.87% | - |
XYZ | 65.91 | 71.96 | 64.45 | - |
YUV | 219.07 | 116.67 | 127.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 199 | 0.02 | 0 | 0.11 | 0.13 | 70 | 0.27 | 0.83 |
Hex | DB | DF | C7 | 2 | 0 | B | D | 46 | 1B | 53 |
Octal | 333 | 337 | 307 | 2 | 0 | 13 | 15 | 106 | 33 | 123 |
Binary | 11011011 | 11011111 | 11000111 | 10 | 0 | 1011 | 1101 | 1000110 | 11011 | 1010011 |
Color Harmonies of #DBDFC7
Complementary color
Monochromatic Colors of #DBDFC7
Black with #DBDFC7
Text Example
Text Example
White with #DBDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFC7; }
p { color: rgb(219,223,199); }
H1.HeaderClassName
{
color: #DBDFC7;
}
.AnyTagClassName
{
color: #DBDFC7;
}
</style>
background-color css
<style>
a { background-color: #DBDFC7; }
a { background-color: rgb(219,223,199); }
div.DivClassName
{
background-color: #DBDFC7;
}
.BgClassName
{
background-color: #DBDFC7;
}
</style>
border-color css
<style>
span { border-color: #DBDFC7; }
span { border-color: rgb(219,223,199); }
td.TdClassName
{
border-color: #DBDFC7;
}
.TagClassName
{
border-color: #DBDFC7;
}
</style>