Shades of Blanc #DBD3C0
Tints of Blanc #DBD3C0
RGB
CMYK
RGB Variations
Color information
#DBD3C0 (or 0xDBD3C0) is known color: Blanc. HEX triplet: DB, D3 and C0. RGB value is (219,211,192). Sum of RGB (Red+Green+Blue) = 219+211+192=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C0 is #242C3F. Grayscale: #D3D3D3. Windows color (decimal): -2370624 or 12637147. OLE color: 12637147.
HSL color Cylindrical-coordinate representation of color #DBD3C0: hue angle of 42.22º 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 #DBD3C0 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 211 | 192 | - |
CMYK | 0 | 0.04 | 0.12 | 0.14 |
HSL | 42.22º | 0.27% | 0.81% | - |
HSV(B) | 42.22º | 0.12% | 0.86% | - |
XYZ | 62.02 | 65.45 | 59.23 | - |
YUV | 211.23 | 117.15 | 133.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 211 | 192 | 0 | 0.04 | 0.12 | 0.14 | 42.22 | 0.27 | 0.81 |
Hex | DB | D3 | C0 | 0 | 4 | C | E | 2A | 1B | 51 |
Octal | 333 | 323 | 300 | 0 | 4 | 14 | 16 | 52 | 33 | 121 |
Binary | 11011011 | 11010011 | 11000000 | 0 | 100 | 1100 | 1110 | 101010 | 11011 | 1010001 |
Color Harmonies of #DBD3C0
Complementary color
Monochromatic Colors of #DBD3C0
Black with #DBD3C0
Text Example
Text Example
White with #DBD3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3C0; }
p { color: rgb(219,211,192); }
H1.HeaderClassName
{
color: #DBD3C0;
}
.AnyTagClassName
{
color: #DBD3C0;
}
</style>
background-color css
<style>
a { background-color: #DBD3C0; }
a { background-color: rgb(219,211,192); }
div.DivClassName
{
background-color: #DBD3C0;
}
.BgClassName
{
background-color: #DBD3C0;
}
</style>
border-color css
<style>
span { border-color: #DBD3C0; }
span { border-color: rgb(219,211,192); }
td.TdClassName
{
border-color: #DBD3C0;
}
.TagClassName
{
border-color: #DBD3C0;
}
</style>