Shades of Blanc #D6CCBA
Tints of Blanc #D6CCBA
RGB
CMYK
RGB Variations
Color information
#D6CCBA (or 0xD6CCBA) is known color: Blanc. HEX triplet: D6, CC and BA. RGB value is (214,204,186). Sum of RGB (Red+Green+Blue) = 214+204+186=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBA is #293345. Grayscale: #CDCDCD. Windows color (decimal): -2700102 or 12242134. OLE color: 12242134.
HSL color Cylindrical-coordinate representation of color #D6CCBA: hue angle of 38.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CCBA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 186 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.16 |
| HSL | 38.57º | 0.25% | 0.78% | - |
| HSV(B) | 38.57º | 0.13% | 0.84% | - |
| XYZ | 58.19 | 61.03 | 55.17 | - |
| YUV | 204.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 186 | 0 | 0.05 | 0.13 | 0.16 | 38.57 | 0.25 | 0.78 |
| Hex | D6 | CC | BA | 0 | 5 | D | 10 | 27 | 19 | 4E |
| Octal | 326 | 314 | 272 | 0 | 5 | 15 | 20 | 47 | 31 | 116 |
| Binary | 11010110 | 11001100 | 10111010 | 0 | 101 | 1101 | 10000 | 100111 | 11001 | 1001110 |
Color Harmonies of #D6CCBA
Complementary color
Monochromatic Colors of #D6CCBA
Black with #D6CCBA
Text Example
Text Example
White with #D6CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCBA; }
p { color: rgb(214,204,186); }
H1.HeaderClassName
{
color: #D6CCBA;
}
.AnyTagClassName
{
color: #D6CCBA;
}
</style>
background-color css
<style>
a { background-color: #D6CCBA; }
a { background-color: rgb(214,204,186); }
div.DivClassName
{
background-color: #D6CCBA;
}
.BgClassName
{
background-color: #D6CCBA;
}
</style>
border-color css
<style>
span { border-color: #D6CCBA; }
span { border-color: rgb(214,204,186); }
td.TdClassName
{
border-color: #D6CCBA;
}
.TagClassName
{
border-color: #D6CCBA;
}
</style>