Shades of Blanc #DBD1C1
Tints of Blanc #DBD1C1
RGB
CMYK
RGB Variations
Color information
#DBD1C1 (or 0xDBD1C1) is known color: Blanc. HEX triplet: DB, D1 and C1. RGB value is (219,209,193). Sum of RGB (Red+Green+Blue) = 219+209+193=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1C1 is #242E3E. Grayscale: #D2D2D2. Windows color (decimal): -2371135 or 12702171. OLE color: 12702171.
HSL color Cylindrical-coordinate representation of color #DBD1C1: hue angle of 36.92º 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 #DBD1C1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 193 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.14 |
| HSL | 36.92º | 0.27% | 0.81% | - |
| HSV(B) | 36.92º | 0.12% | 0.86% | - |
| XYZ | 61.64 | 64.51 | 59.66 | - |
| YUV | 210.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 193 | 0 | 0.05 | 0.12 | 0.14 | 36.92 | 0.27 | 0.81 |
| Hex | DB | D1 | C1 | 0 | 5 | C | E | 25 | 1B | 51 |
| Octal | 333 | 321 | 301 | 0 | 5 | 14 | 16 | 45 | 33 | 121 |
| Binary | 11011011 | 11010001 | 11000001 | 0 | 101 | 1100 | 1110 | 100101 | 11011 | 1010001 |
Color Harmonies of #DBD1C1
Complementary color
Monochromatic Colors of #DBD1C1
Black with #DBD1C1
Text Example
Text Example
White with #DBD1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1C1; }
p { color: rgb(219,209,193); }
H1.HeaderClassName
{
color: #DBD1C1;
}
.AnyTagClassName
{
color: #DBD1C1;
}
</style>
background-color css
<style>
a { background-color: #DBD1C1; }
a { background-color: rgb(219,209,193); }
div.DivClassName
{
background-color: #DBD1C1;
}
.BgClassName
{
background-color: #DBD1C1;
}
</style>
border-color css
<style>
span { border-color: #DBD1C1; }
span { border-color: rgb(219,209,193); }
td.TdClassName
{
border-color: #DBD1C1;
}
.TagClassName
{
border-color: #DBD1C1;
}
</style>