Shades of Blanc #DBD3C6
Tints of Blanc #DBD3C6
RGB
CMYK
RGB Variations
Color information
#DBD3C6 (or 0xDBD3C6) is known color: Blanc. HEX triplet: DB, D3 and C6. RGB value is (219,211,198). Sum of RGB (Red+Green+Blue) = 219+211+198=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C6 is #242C39. Grayscale: #D3D3D3. Windows color (decimal): -2370618 or 13030363. OLE color: 13030363.
HSL color Cylindrical-coordinate representation of color #DBD3C6: hue angle of 37.14º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD3C6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 198 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.14 |
| HSL | 37.14º | 0.23% | 0.82% | - |
| HSV(B) | 37.14º | 0.1% | 0.86% | - |
| XYZ | 62.7 | 65.73 | 62.81 | - |
| YUV | 211.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 198 | 0 | 0.04 | 0.10 | 0.14 | 37.14 | 0.23 | 0.82 |
| Hex | DB | D3 | C6 | 0 | 4 | A | E | 25 | 17 | 52 |
| Octal | 333 | 323 | 306 | 0 | 4 | 12 | 16 | 45 | 27 | 122 |
| Binary | 11011011 | 11010011 | 11000110 | 0 | 100 | 1010 | 1110 | 100101 | 10111 | 1010010 |
Color Harmonies of #DBD3C6
Complementary color
Monochromatic Colors of #DBD3C6
Black with #DBD3C6
Text Example
Text Example
White with #DBD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD3C6; }
p { color: rgb(219,211,198); }
H1.HeaderClassName
{
color: #DBD3C6;
}
.AnyTagClassName
{
color: #DBD3C6;
}
</style>
background-color css
<style>
a { background-color: #DBD3C6; }
a { background-color: rgb(219,211,198); }
div.DivClassName
{
background-color: #DBD3C6;
}
.BgClassName
{
background-color: #DBD3C6;
}
</style>
border-color css
<style>
span { border-color: #DBD3C6; }
span { border-color: rgb(219,211,198); }
td.TdClassName
{
border-color: #DBD3C6;
}
.TagClassName
{
border-color: #DBD3C6;
}
</style>