Shades of Blanc #DBD3C4
Tints of Blanc #DBD3C4
RGB
CMYK
RGB Variations
Color information
#DBD3C4 (or 0xDBD3C4) is known color: Blanc. HEX triplet: DB, D3 and C4. RGB value is (219,211,196). Sum of RGB (Red+Green+Blue) = 219+211+196=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C4 is #242C3B. Grayscale: #D3D3D3. Windows color (decimal): -2370620 or 12899291. OLE color: 12899291.
HSL color Cylindrical-coordinate representation of color #DBD3C4: hue angle of 39.13º 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 #DBD3C4 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 196 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.14 |
| HSL | 39.13º | 0.24% | 0.81% | - |
| HSV(B) | 39.13º | 0.11% | 0.86% | - |
| XYZ | 62.47 | 65.63 | 61.6 | - |
| YUV | 211.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 196 | 0 | 0.04 | 0.11 | 0.14 | 39.13 | 0.24 | 0.81 |
| Hex | DB | D3 | C4 | 0 | 4 | B | E | 27 | 18 | 51 |
| Octal | 333 | 323 | 304 | 0 | 4 | 13 | 16 | 47 | 30 | 121 |
| Binary | 11011011 | 11010011 | 11000100 | 0 | 100 | 1011 | 1110 | 100111 | 11000 | 1010001 |
Color Harmonies of #DBD3C4
Complementary color
Monochromatic Colors of #DBD3C4
Black with #DBD3C4
Text Example
Text Example
White with #DBD3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3C4; }
p { color: rgb(219,211,196); }
H1.HeaderClassName
{
color: #DBD3C4;
}
.AnyTagClassName
{
color: #DBD3C4;
}
</style>
background-color css
<style>
a { background-color: #DBD3C4; }
a { background-color: rgb(219,211,196); }
div.DivClassName
{
background-color: #DBD3C4;
}
.BgClassName
{
background-color: #DBD3C4;
}
</style>
border-color css
<style>
span { border-color: #DBD3C4; }
span { border-color: rgb(219,211,196); }
td.TdClassName
{
border-color: #DBD3C4;
}
.TagClassName
{
border-color: #DBD3C4;
}
</style>