Shades of Blanc #DBD4C8
Tints of Blanc #DBD4C8
RGB
CMYK
RGB Variations
Color information
#DBD4C8 (or 0xDBD4C8) is known color: Blanc. HEX triplet: DB, D4 and C8. RGB value is (219,212,200). Sum of RGB (Red+Green+Blue) = 219+212+200=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C8 is #242B37. Grayscale: #D4D4D4. Windows color (decimal): -2370360 or 13161691. OLE color: 13161691.
HSL color Cylindrical-coordinate representation of color #DBD4C8: hue angle of 37.89º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBD4C8 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 200 | - |
CMYK | 0 | 0.03 | 0.09 | 0.14 |
HSL | 37.89º | 0.21% | 0.82% | - |
HSV(B) | 37.89º | 0.09% | 0.86% | - |
XYZ | 63.18 | 66.32 | 64.11 | - |
YUV | 212.73 | 120.82 | 132.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 200 | 0 | 0.03 | 0.09 | 0.14 | 37.89 | 0.21 | 0.82 |
Hex | DB | D4 | C8 | 0 | 3 | 9 | E | 26 | 15 | 52 |
Octal | 333 | 324 | 310 | 0 | 3 | 11 | 16 | 46 | 25 | 122 |
Binary | 11011011 | 11010100 | 11001000 | 0 | 11 | 1001 | 1110 | 100110 | 10101 | 1010010 |
Color Harmonies of #DBD4C8
Complementary color
Monochromatic Colors of #DBD4C8
Black with #DBD4C8
Text Example
Text Example
White with #DBD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4C8; }
p { color: rgb(219,212,200); }
H1.HeaderClassName
{
color: #DBD4C8;
}
.AnyTagClassName
{
color: #DBD4C8;
}
</style>
background-color css
<style>
a { background-color: #DBD4C8; }
a { background-color: rgb(219,212,200); }
div.DivClassName
{
background-color: #DBD4C8;
}
.BgClassName
{
background-color: #DBD4C8;
}
</style>
border-color css
<style>
span { border-color: #DBD4C8; }
span { border-color: rgb(219,212,200); }
td.TdClassName
{
border-color: #DBD4C8;
}
.TagClassName
{
border-color: #DBD4C8;
}
</style>