Shades of Blanc #DBD1C2
Tints of Blanc #DBD1C2
RGB
CMYK
RGB Variations
Color information
#DBD1C2 (or 0xDBD1C2) is known color: Blanc. HEX triplet: DB, D1 and C2. RGB value is (219,209,194). Sum of RGB (Red+Green+Blue) = 219+209+194=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1C2 is #242E3D. Grayscale: #D2D2D2. Windows color (decimal): -2371134 or 12767707. OLE color: 12767707.
HSL color Cylindrical-coordinate representation of color #DBD1C2: hue angle of 36º 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 #DBD1C2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 209 | 194 | - |
CMYK | 0 | 0.05 | 0.11 | 0.14 |
HSL | 36º | 0.26% | 0.81% | - |
HSV(B) | 36º | 0.11% | 0.86% | - |
XYZ | 61.75 | 64.56 | 60.24 | - |
YUV | 210.28 | 118.81 | 134.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 209 | 194 | 0 | 0.05 | 0.11 | 0.14 | 36 | 0.26 | 0.81 |
Hex | DB | D1 | C2 | 0 | 5 | B | E | 24 | 1A | 51 |
Octal | 333 | 321 | 302 | 0 | 5 | 13 | 16 | 44 | 32 | 121 |
Binary | 11011011 | 11010001 | 11000010 | 0 | 101 | 1011 | 1110 | 100100 | 11010 | 1010001 |
Color Harmonies of #DBD1C2
Complementary color
Monochromatic Colors of #DBD1C2
Black with #DBD1C2
Text Example
Text Example
White with #DBD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD1C2; }
p { color: rgb(219,209,194); }
H1.HeaderClassName
{
color: #DBD1C2;
}
.AnyTagClassName
{
color: #DBD1C2;
}
</style>
background-color css
<style>
a { background-color: #DBD1C2; }
a { background-color: rgb(219,209,194); }
div.DivClassName
{
background-color: #DBD1C2;
}
.BgClassName
{
background-color: #DBD1C2;
}
</style>
border-color css
<style>
span { border-color: #DBD1C2; }
span { border-color: rgb(219,209,194); }
td.TdClassName
{
border-color: #DBD1C2;
}
.TagClassName
{
border-color: #DBD1C2;
}
</style>