Shades of Blanc #D6CEBD
Tints of Blanc #D6CEBD
RGB
CMYK
RGB Variations
Color information
#D6CEBD (or 0xD6CEBD) is known color: Blanc. HEX triplet: D6, CE and BD. RGB value is (214,206,189). Sum of RGB (Red+Green+Blue) = 214+206+189=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBD is #293142. Grayscale: #CECECE. Windows color (decimal): -2699587 or 12439254. OLE color: 12439254.
HSL color Cylindrical-coordinate representation of color #D6CEBD: hue angle of 40.8º 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 #D6CEBD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 189 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.16 |
| HSL | 40.8º | 0.23% | 0.79% | - |
| HSV(B) | 40.8º | 0.12% | 0.84% | - |
| XYZ | 58.99 | 62.11 | 57.02 | - |
| YUV | 206.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 189 | 0 | 0.04 | 0.12 | 0.16 | 40.8 | 0.23 | 0.79 |
| Hex | D6 | CE | BD | 0 | 4 | C | 10 | 29 | 17 | 4F |
| Octal | 326 | 316 | 275 | 0 | 4 | 14 | 20 | 51 | 27 | 117 |
| Binary | 11010110 | 11001110 | 10111101 | 0 | 100 | 1100 | 10000 | 101001 | 10111 | 1001111 |
Color Harmonies of #D6CEBD
Complementary color
Monochromatic Colors of #D6CEBD
Black with #D6CEBD
Text Example
Text Example
White with #D6CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEBD; }
p { color: rgb(214,206,189); }
H1.HeaderClassName
{
color: #D6CEBD;
}
.AnyTagClassName
{
color: #D6CEBD;
}
</style>
background-color css
<style>
a { background-color: #D6CEBD; }
a { background-color: rgb(214,206,189); }
div.DivClassName
{
background-color: #D6CEBD;
}
.BgClassName
{
background-color: #D6CEBD;
}
</style>
border-color css
<style>
span { border-color: #D6CEBD; }
span { border-color: rgb(214,206,189); }
td.TdClassName
{
border-color: #D6CEBD;
}
.TagClassName
{
border-color: #D6CEBD;
}
</style>