Shades of Frost #D7DBC0
Tints of Frost #D7DBC0
RGB
CMYK
RGB Variations
Color information
#D7DBC0 (or 0xD7DBC0) is known color: Frost. HEX triplet: D7, DB and C0. RGB value is (215,219,192). Sum of RGB (Red+Green+Blue) = 215+219+192=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 219 (85.94% from 255 or 34.98% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBC0 is #28243F. Grayscale: #D6D6D6. Windows color (decimal): -2630720 or 12639191. OLE color: 12639191.
HSL color Cylindrical-coordinate representation of color #D7DBC0: hue angle of 68.89º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7DBC0 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 192 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.14 |
| HSL | 68.89º | 0.27% | 0.81% | - |
| HSV(B) | 68.89º | 0.12% | 0.86% | - |
| XYZ | 62.87 | 68.92 | 59.86 | - |
| YUV | 214.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 192 | 0.02 | 0 | 0.12 | 0.14 | 68.89 | 0.27 | 0.81 |
| Hex | D7 | DB | C0 | 2 | 0 | C | E | 45 | 1B | 51 |
| Octal | 327 | 333 | 300 | 2 | 0 | 14 | 16 | 105 | 33 | 121 |
| Binary | 11010111 | 11011011 | 11000000 | 10 | 0 | 1100 | 1110 | 1000101 | 11011 | 1010001 |
Color Harmonies of #D7DBC0
Complementary color
Monochromatic Colors of #D7DBC0
Black with #D7DBC0
Text Example
Text Example
White with #D7DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DBC0; }
p { color: rgb(215,219,192); }
H1.HeaderClassName
{
color: #D7DBC0;
}
.AnyTagClassName
{
color: #D7DBC0;
}
</style>
background-color css
<style>
a { background-color: #D7DBC0; }
a { background-color: rgb(215,219,192); }
div.DivClassName
{
background-color: #D7DBC0;
}
.BgClassName
{
background-color: #D7DBC0;
}
</style>
border-color css
<style>
span { border-color: #D7DBC0; }
span { border-color: rgb(215,219,192); }
td.TdClassName
{
border-color: #D7DBC0;
}
.TagClassName
{
border-color: #D7DBC0;
}
</style>