Shades of Blanc #DBD3C7
Tints of Blanc #DBD3C7
RGB
CMYK
RGB Variations
Color information
#DBD3C7 (or 0xDBD3C7) is known color: Blanc. HEX triplet: DB, D3 and C7. RGB value is (219,211,199). Sum of RGB (Red+Green+Blue) = 219+211+199=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C7 is #242C38. Grayscale: #D4D4D4. Windows color (decimal): -2370617 or 13095899. OLE color: 13095899.
HSL color Cylindrical-coordinate representation of color #DBD3C7: hue angle of 36º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD3C7 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 199 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.14 |
| HSL | 36º | 0.22% | 0.82% | - |
| HSV(B) | 36º | 0.09% | 0.86% | - |
| XYZ | 62.82 | 65.77 | 63.42 | - |
| YUV | 212.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 199 | 0 | 0.04 | 0.09 | 0.14 | 36 | 0.22 | 0.82 |
| Hex | DB | D3 | C7 | 0 | 4 | 9 | E | 24 | 16 | 52 |
| Octal | 333 | 323 | 307 | 0 | 4 | 11 | 16 | 44 | 26 | 122 |
| Binary | 11011011 | 11010011 | 11000111 | 0 | 100 | 1001 | 1110 | 100100 | 10110 | 1010010 |
Color Harmonies of #DBD3C7
Complementary color
Monochromatic Colors of #DBD3C7
Black with #DBD3C7
Text Example
Text Example
White with #DBD3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3C7; }
p { color: rgb(219,211,199); }
H1.HeaderClassName
{
color: #DBD3C7;
}
.AnyTagClassName
{
color: #DBD3C7;
}
</style>
background-color css
<style>
a { background-color: #DBD3C7; }
a { background-color: rgb(219,211,199); }
div.DivClassName
{
background-color: #DBD3C7;
}
.BgClassName
{
background-color: #DBD3C7;
}
</style>
border-color css
<style>
span { border-color: #DBD3C7; }
span { border-color: rgb(219,211,199); }
td.TdClassName
{
border-color: #DBD3C7;
}
.TagClassName
{
border-color: #DBD3C7;
}
</style>