Shades of Blanc #D6CCBC
Tints of Blanc #D6CCBC
RGB
CMYK
RGB Variations
Color information
#D6CCBC (or 0xD6CCBC) is known color: Blanc. HEX triplet: D6, CC and BC. RGB value is (214,204,188). Sum of RGB (Red+Green+Blue) = 214+204+188=606 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.31% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBC is #293343. Grayscale: #CDCDCD. Windows color (decimal): -2700100 or 12373206. OLE color: 12373206.
HSL color Cylindrical-coordinate representation of color #D6CCBC: hue angle of 36.92º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CCBC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 188 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.16 |
| HSL | 36.92º | 0.24% | 0.79% | - |
| HSV(B) | 36.92º | 0.12% | 0.84% | - |
| XYZ | 58.4 | 61.11 | 56.29 | - |
| YUV | 205.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 188 | 0 | 0.05 | 0.12 | 0.16 | 36.92 | 0.24 | 0.79 |
| Hex | D6 | CC | BC | 0 | 5 | C | 10 | 25 | 18 | 4F |
| Octal | 326 | 314 | 274 | 0 | 5 | 14 | 20 | 45 | 30 | 117 |
| Binary | 11010110 | 11001100 | 10111100 | 0 | 101 | 1100 | 10000 | 100101 | 11000 | 1001111 |
Color Harmonies of #D6CCBC
Complementary color
Monochromatic Colors of #D6CCBC
Black with #D6CCBC
Text Example
Text Example
White with #D6CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCBC; }
p { color: rgb(214,204,188); }
H1.HeaderClassName
{
color: #D6CCBC;
}
.AnyTagClassName
{
color: #D6CCBC;
}
</style>
background-color css
<style>
a { background-color: #D6CCBC; }
a { background-color: rgb(214,204,188); }
div.DivClassName
{
background-color: #D6CCBC;
}
.BgClassName
{
background-color: #D6CCBC;
}
</style>
border-color css
<style>
span { border-color: #D6CCBC; }
span { border-color: rgb(214,204,188); }
td.TdClassName
{
border-color: #D6CCBC;
}
.TagClassName
{
border-color: #D6CCBC;
}
</style>