Shades of Blanc #DBD0C2
Tints of Blanc #DBD0C2
RGB
CMYK
RGB Variations
Color information
#DBD0C2 (or 0xDBD0C2) is known color: Blanc. HEX triplet: DB, D0 and C2. RGB value is (219,208,194). Sum of RGB (Red+Green+Blue) = 219+208+194=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0C2 is #242F3D. Grayscale: #D1D1D1. Windows color (decimal): -2371390 or 12767451. OLE color: 12767451.
HSL color Cylindrical-coordinate representation of color #DBD0C2: hue angle of 33.6º 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 #DBD0C2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 194 | - |
CMYK | 0 | 0.05 | 0.11 | 0.14 |
HSL | 33.6º | 0.26% | 0.81% | - |
HSV(B) | 33.6º | 0.11% | 0.86% | - |
XYZ | 61.51 | 64.07 | 60.16 | - |
YUV | 209.69 | 119.14 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 194 | 0 | 0.05 | 0.11 | 0.14 | 33.6 | 0.26 | 0.81 |
Hex | DB | D0 | C2 | 0 | 5 | B | E | 22 | 1A | 51 |
Octal | 333 | 320 | 302 | 0 | 5 | 13 | 16 | 42 | 32 | 121 |
Binary | 11011011 | 11010000 | 11000010 | 0 | 101 | 1011 | 1110 | 100010 | 11010 | 1010001 |
Color Harmonies of #DBD0C2
Complementary color
Monochromatic Colors of #DBD0C2
Black with #DBD0C2
Text Example
Text Example
White with #DBD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0C2; }
p { color: rgb(219,208,194); }
H1.HeaderClassName
{
color: #DBD0C2;
}
.AnyTagClassName
{
color: #DBD0C2;
}
</style>
background-color css
<style>
a { background-color: #DBD0C2; }
a { background-color: rgb(219,208,194); }
div.DivClassName
{
background-color: #DBD0C2;
}
.BgClassName
{
background-color: #DBD0C2;
}
</style>
border-color css
<style>
span { border-color: #DBD0C2; }
span { border-color: rgb(219,208,194); }
td.TdClassName
{
border-color: #DBD0C2;
}
.TagClassName
{
border-color: #DBD0C2;
}
</style>