Shades of Blanc #D6CCBD
Tints of Blanc #D6CCBD
RGB
CMYK
RGB Variations
Color information
#D6CCBD (or 0xD6CCBD) is known color: Blanc. HEX triplet: D6, CC and BD. RGB value is (214,204,189). Sum of RGB (Red+Green+Blue) = 214+204+189=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBD is #293342. Grayscale: #CDCDCD. Windows color (decimal): -2700099 or 12438742. OLE color: 12438742.
HSL color Cylindrical-coordinate representation of color #D6CCBD: hue angle of 36º degrees, saturation: 0.23, 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 #D6CCBD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 189 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.16 |
| HSL | 36º | 0.23% | 0.79% | - |
| HSV(B) | 36º | 0.12% | 0.84% | - |
| XYZ | 58.51 | 61.16 | 56.86 | - |
| YUV | 205.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 189 | 0 | 0.05 | 0.12 | 0.16 | 36 | 0.23 | 0.79 |
| Hex | D6 | CC | BD | 0 | 5 | C | 10 | 24 | 17 | 4F |
| Octal | 326 | 314 | 275 | 0 | 5 | 14 | 20 | 44 | 27 | 117 |
| Binary | 11010110 | 11001100 | 10111101 | 0 | 101 | 1100 | 10000 | 100100 | 10111 | 1001111 |
Color Harmonies of #D6CCBD
Complementary color
Monochromatic Colors of #D6CCBD
Black with #D6CCBD
Text Example
Text Example
White with #D6CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCBD; }
p { color: rgb(214,204,189); }
H1.HeaderClassName
{
color: #D6CCBD;
}
.AnyTagClassName
{
color: #D6CCBD;
}
</style>
background-color css
<style>
a { background-color: #D6CCBD; }
a { background-color: rgb(214,204,189); }
div.DivClassName
{
background-color: #D6CCBD;
}
.BgClassName
{
background-color: #D6CCBD;
}
</style>
border-color css
<style>
span { border-color: #D6CCBD; }
span { border-color: rgb(214,204,189); }
td.TdClassName
{
border-color: #D6CCBD;
}
.TagClassName
{
border-color: #D6CCBD;
}
</style>