Shades of Blanc #D6CDBB
Tints of Blanc #D6CDBB
RGB
CMYK
RGB Variations
Color information
#D6CDBB (or 0xD6CDBB) is known color: Blanc. HEX triplet: D6, CD and BB. RGB value is (214,205,187). Sum of RGB (Red+Green+Blue) = 214+205+187=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBB is #293244. Grayscale: #CDCDCD. Windows color (decimal): -2699845 or 12307926. OLE color: 12307926.
HSL color Cylindrical-coordinate representation of color #D6CDBB: hue angle of 40º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CDBB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 187 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.16 |
| HSL | 40º | 0.25% | 0.79% | - |
| HSV(B) | 40º | 0.13% | 0.84% | - |
| XYZ | 58.53 | 61.55 | 55.81 | - |
| YUV | 205.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 187 | 0 | 0.04 | 0.13 | 0.16 | 40 | 0.25 | 0.79 |
| Hex | D6 | CD | BB | 0 | 4 | D | 10 | 28 | 19 | 4F |
| Octal | 326 | 315 | 273 | 0 | 4 | 15 | 20 | 50 | 31 | 117 |
| Binary | 11010110 | 11001101 | 10111011 | 0 | 100 | 1101 | 10000 | 101000 | 11001 | 1001111 |
Color Harmonies of #D6CDBB
Complementary color
Monochromatic Colors of #D6CDBB
Black with #D6CDBB
Text Example
Text Example
White with #D6CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDBB; }
p { color: rgb(214,205,187); }
H1.HeaderClassName
{
color: #D6CDBB;
}
.AnyTagClassName
{
color: #D6CDBB;
}
</style>
background-color css
<style>
a { background-color: #D6CDBB; }
a { background-color: rgb(214,205,187); }
div.DivClassName
{
background-color: #D6CDBB;
}
.BgClassName
{
background-color: #D6CDBB;
}
</style>
border-color css
<style>
span { border-color: #D6CDBB; }
span { border-color: rgb(214,205,187); }
td.TdClassName
{
border-color: #D6CDBB;
}
.TagClassName
{
border-color: #D6CDBB;
}
</style>