Shades of Blanc #DBD4C4
Tints of Blanc #DBD4C4
RGB
CMYK
RGB Variations
Color information
#DBD4C4 (or 0xDBD4C4) is known color: Blanc. HEX triplet: DB, D4 and C4. RGB value is (219,212,196). Sum of RGB (Red+Green+Blue) = 219+212+196=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C4 is #242B3B. Grayscale: #D4D4D4. Windows color (decimal): -2370364 or 12899547. OLE color: 12899547.
HSL color Cylindrical-coordinate representation of color #DBD4C4: hue angle of 41.74º degrees, saturation: 0.24, 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 #DBD4C4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 212 | 196 | - |
CMYK | 0 | 0.03 | 0.11 | 0.14 |
HSL | 41.74º | 0.24% | 0.81% | - |
HSV(B) | 41.74º | 0.11% | 0.86% | - |
XYZ | 62.72 | 66.13 | 61.68 | - |
YUV | 212.27 | 118.82 | 132.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 212 | 196 | 0 | 0.03 | 0.11 | 0.14 | 41.74 | 0.24 | 0.81 |
Hex | DB | D4 | C4 | 0 | 3 | B | E | 2A | 18 | 51 |
Octal | 333 | 324 | 304 | 0 | 3 | 13 | 16 | 52 | 30 | 121 |
Binary | 11011011 | 11010100 | 11000100 | 0 | 11 | 1011 | 1110 | 101010 | 11000 | 1010001 |
Color Harmonies of #DBD4C4
Complementary color
Monochromatic Colors of #DBD4C4
Black with #DBD4C4
Text Example
Text Example
White with #DBD4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4C4; }
p { color: rgb(219,212,196); }
H1.HeaderClassName
{
color: #DBD4C4;
}
.AnyTagClassName
{
color: #DBD4C4;
}
</style>
background-color css
<style>
a { background-color: #DBD4C4; }
a { background-color: rgb(219,212,196); }
div.DivClassName
{
background-color: #DBD4C4;
}
.BgClassName
{
background-color: #DBD4C4;
}
</style>
border-color css
<style>
span { border-color: #DBD4C4; }
span { border-color: rgb(219,212,196); }
td.TdClassName
{
border-color: #DBD4C4;
}
.TagClassName
{
border-color: #DBD4C4;
}
</style>