Shades of Blanc #DBD2C1
Tints of Blanc #DBD2C1
RGB
CMYK
RGB Variations
Color information
#DBD2C1 (or 0xDBD2C1) is known color: Blanc. HEX triplet: DB, D2 and C1. RGB value is (219,210,193). Sum of RGB (Red+Green+Blue) = 219+210+193=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2C1 is #242D3E. Grayscale: #D2D2D2. Windows color (decimal): -2370879 or 12702427. OLE color: 12702427.
HSL color Cylindrical-coordinate representation of color #DBD2C1: hue angle of 39.23º 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 #DBD2C1 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 193 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.14 |
| HSL | 39.23º | 0.27% | 0.81% | - |
| HSV(B) | 39.23º | 0.12% | 0.86% | - |
| XYZ | 61.89 | 65 | 59.74 | - |
| YUV | 210.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 193 | 0 | 0.04 | 0.12 | 0.14 | 39.23 | 0.27 | 0.81 |
| Hex | DB | D2 | C1 | 0 | 4 | C | E | 27 | 1B | 51 |
| Octal | 333 | 322 | 301 | 0 | 4 | 14 | 16 | 47 | 33 | 121 |
| Binary | 11011011 | 11010010 | 11000001 | 0 | 100 | 1100 | 1110 | 100111 | 11011 | 1010001 |
Color Harmonies of #DBD2C1
Complementary color
Monochromatic Colors of #DBD2C1
Black with #DBD2C1
Text Example
Text Example
White with #DBD2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2C1; }
p { color: rgb(219,210,193); }
H1.HeaderClassName
{
color: #DBD2C1;
}
.AnyTagClassName
{
color: #DBD2C1;
}
</style>
background-color css
<style>
a { background-color: #DBD2C1; }
a { background-color: rgb(219,210,193); }
div.DivClassName
{
background-color: #DBD2C1;
}
.BgClassName
{
background-color: #DBD2C1;
}
</style>
border-color css
<style>
span { border-color: #DBD2C1; }
span { border-color: rgb(219,210,193); }
td.TdClassName
{
border-color: #DBD2C1;
}
.TagClassName
{
border-color: #DBD2C1;
}
</style>