Shades of Blanc #D6CCBB
Tints of Blanc #D6CCBB
RGB
CMYK
RGB Variations
Color information
#D6CCBB (or 0xD6CCBB) is known color: Blanc. HEX triplet: D6, CC and BB. RGB value is (214,204,187). Sum of RGB (Red+Green+Blue) = 214+204+187=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBB is #293344. Grayscale: #CDCDCD. Windows color (decimal): -2700101 or 12307670. OLE color: 12307670.
HSL color Cylindrical-coordinate representation of color #D6CCBB: hue angle of 37.78º 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 #D6CCBB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 187 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.16 |
| HSL | 37.78º | 0.25% | 0.79% | - |
| HSV(B) | 37.78º | 0.13% | 0.84% | - |
| XYZ | 58.29 | 61.07 | 55.73 | - |
| YUV | 205.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 187 | 0 | 0.05 | 0.13 | 0.16 | 37.78 | 0.25 | 0.79 |
| Hex | D6 | CC | BB | 0 | 5 | D | 10 | 26 | 19 | 4F |
| Octal | 326 | 314 | 273 | 0 | 5 | 15 | 20 | 46 | 31 | 117 |
| Binary | 11010110 | 11001100 | 10111011 | 0 | 101 | 1101 | 10000 | 100110 | 11001 | 1001111 |
Color Harmonies of #D6CCBB
Complementary color
Monochromatic Colors of #D6CCBB
Black with #D6CCBB
Text Example
Text Example
White with #D6CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCBB; }
p { color: rgb(214,204,187); }
H1.HeaderClassName
{
color: #D6CCBB;
}
.AnyTagClassName
{
color: #D6CCBB;
}
</style>
background-color css
<style>
a { background-color: #D6CCBB; }
a { background-color: rgb(214,204,187); }
div.DivClassName
{
background-color: #D6CCBB;
}
.BgClassName
{
background-color: #D6CCBB;
}
</style>
border-color css
<style>
span { border-color: #D6CCBB; }
span { border-color: rgb(214,204,187); }
td.TdClassName
{
border-color: #D6CCBB;
}
.TagClassName
{
border-color: #D6CCBB;
}
</style>