Shades of Blanc #D6CDBF
Tints of Blanc #D6CDBF
RGB
CMYK
RGB Variations
Color information
#D6CDBF (or 0xD6CDBF) is known color: Blanc. HEX triplet: D6, CD and BF. RGB value is (214,205,191). Sum of RGB (Red+Green+Blue) = 214+205+191=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBF is #293240. Grayscale: #CECECE. Windows color (decimal): -2699841 or 12570070. OLE color: 12570070.
HSL color Cylindrical-coordinate representation of color #D6CDBF: hue angle of 36.52º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CDBF is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 191 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.16 |
| HSL | 36.52º | 0.22% | 0.79% | - |
| HSV(B) | 36.52º | 0.11% | 0.84% | - |
| XYZ | 58.97 | 61.72 | 58.1 | - |
| YUV | 206.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 191 | 0 | 0.04 | 0.11 | 0.16 | 36.52 | 0.22 | 0.79 |
| Hex | D6 | CD | BF | 0 | 4 | B | 10 | 25 | 16 | 4F |
| Octal | 326 | 315 | 277 | 0 | 4 | 13 | 20 | 45 | 26 | 117 |
| Binary | 11010110 | 11001101 | 10111111 | 0 | 100 | 1011 | 10000 | 100101 | 10110 | 1001111 |
Color Harmonies of #D6CDBF
Complementary color
Monochromatic Colors of #D6CDBF
Black with #D6CDBF
Text Example
Text Example
White with #D6CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDBF; }
p { color: rgb(214,205,191); }
H1.HeaderClassName
{
color: #D6CDBF;
}
.AnyTagClassName
{
color: #D6CDBF;
}
</style>
background-color css
<style>
a { background-color: #D6CDBF; }
a { background-color: rgb(214,205,191); }
div.DivClassName
{
background-color: #D6CDBF;
}
.BgClassName
{
background-color: #D6CDBF;
}
</style>
border-color css
<style>
span { border-color: #D6CDBF; }
span { border-color: rgb(214,205,191); }
td.TdClassName
{
border-color: #D6CDBF;
}
.TagClassName
{
border-color: #D6CDBF;
}
</style>