Shades of Blanc #DBD3C3
Tints of Blanc #DBD3C3
RGB
CMYK
RGB Variations
Color information
#DBD3C3 (or 0xDBD3C3) is known color: Blanc. HEX triplet: DB, D3 and C3. RGB value is (219,211,195). Sum of RGB (Red+Green+Blue) = 219+211+195=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 195 (76.56% from 255 or 31.2% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C3 is #242C3C. Grayscale: #D3D3D3. Windows color (decimal): -2370621 or 12833755. OLE color: 12833755.
HSL color Cylindrical-coordinate representation of color #DBD3C3: hue angle of 40º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD3C3 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 195 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.14 |
| HSL | 40º | 0.25% | 0.81% | - |
| HSV(B) | 40º | 0.11% | 0.86% | - |
| XYZ | 62.36 | 65.59 | 61 | - |
| YUV | 211.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 195 | 0 | 0.04 | 0.11 | 0.14 | 40 | 0.25 | 0.81 |
| Hex | DB | D3 | C3 | 0 | 4 | B | E | 28 | 19 | 51 |
| Octal | 333 | 323 | 303 | 0 | 4 | 13 | 16 | 50 | 31 | 121 |
| Binary | 11011011 | 11010011 | 11000011 | 0 | 100 | 1011 | 1110 | 101000 | 11001 | 1010001 |
Color Harmonies of #DBD3C3
Complementary color
Monochromatic Colors of #DBD3C3
Black with #DBD3C3
Text Example
Text Example
White with #DBD3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3C3; }
p { color: rgb(219,211,195); }
H1.HeaderClassName
{
color: #DBD3C3;
}
.AnyTagClassName
{
color: #DBD3C3;
}
</style>
background-color css
<style>
a { background-color: #DBD3C3; }
a { background-color: rgb(219,211,195); }
div.DivClassName
{
background-color: #DBD3C3;
}
.BgClassName
{
background-color: #DBD3C3;
}
</style>
border-color css
<style>
span { border-color: #DBD3C3; }
span { border-color: rgb(219,211,195); }
td.TdClassName
{
border-color: #DBD3C3;
}
.TagClassName
{
border-color: #DBD3C3;
}
</style>