Shades of Blanc #DBD2C2
Tints of Blanc #DBD2C2
RGB
CMYK
RGB Variations
Color information
#DBD2C2 (or 0xDBD2C2) is known color: Blanc. HEX triplet: DB, D2 and C2. RGB value is (219,210,194). Sum of RGB (Red+Green+Blue) = 219+210+194=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2C2 is #242D3D. Grayscale: #D2D2D2. Windows color (decimal): -2370878 or 12767963. OLE color: 12767963.
HSL color Cylindrical-coordinate representation of color #DBD2C2: hue angle of 38.4º degrees, saturation: 0.26, 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 #DBD2C2 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 194 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.14 |
| HSL | 38.4º | 0.26% | 0.81% | - |
| HSV(B) | 38.4º | 0.11% | 0.86% | - |
| XYZ | 62 | 65.05 | 60.33 | - |
| YUV | 210.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 194 | 0 | 0.04 | 0.11 | 0.14 | 38.4 | 0.26 | 0.81 |
| Hex | DB | D2 | C2 | 0 | 4 | B | E | 26 | 1A | 51 |
| Octal | 333 | 322 | 302 | 0 | 4 | 13 | 16 | 46 | 32 | 121 |
| Binary | 11011011 | 11010010 | 11000010 | 0 | 100 | 1011 | 1110 | 100110 | 11010 | 1010001 |
Color Harmonies of #DBD2C2
Complementary color
Monochromatic Colors of #DBD2C2
Black with #DBD2C2
Text Example
Text Example
White with #DBD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD2C2; }
p { color: rgb(219,210,194); }
H1.HeaderClassName
{
color: #DBD2C2;
}
.AnyTagClassName
{
color: #DBD2C2;
}
</style>
background-color css
<style>
a { background-color: #DBD2C2; }
a { background-color: rgb(219,210,194); }
div.DivClassName
{
background-color: #DBD2C2;
}
.BgClassName
{
background-color: #DBD2C2;
}
</style>
border-color css
<style>
span { border-color: #DBD2C2; }
span { border-color: rgb(219,210,194); }
td.TdClassName
{
border-color: #DBD2C2;
}
.TagClassName
{
border-color: #DBD2C2;
}
</style>