Shades of Blanc #D6CDC0
Tints of Blanc #D6CDC0
RGB
CMYK
RGB Variations
Color information
#D6CDC0 (or 0xD6CDC0) is known color: Blanc. HEX triplet: D6, CD and C0. RGB value is (214,205,192). Sum of RGB (Red+Green+Blue) = 214+205+192=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC0 is #29323F. Grayscale: #CECECE. Windows color (decimal): -2699840 or 12635606. OLE color: 12635606.
HSL color Cylindrical-coordinate representation of color #D6CDC0: hue angle of 35.45º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CDC0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 192 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.16 |
| HSL | 35.45º | 0.21% | 0.8% | - |
| HSV(B) | 35.45º | 0.1% | 0.84% | - |
| XYZ | 59.08 | 61.76 | 58.68 | - |
| YUV | 206.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 192 | 0 | 0.04 | 0.10 | 0.16 | 35.45 | 0.21 | 0.8 |
| Hex | D6 | CD | C0 | 0 | 4 | A | 10 | 23 | 15 | 50 |
| Octal | 326 | 315 | 300 | 0 | 4 | 12 | 20 | 43 | 25 | 120 |
| Binary | 11010110 | 11001101 | 11000000 | 0 | 100 | 1010 | 10000 | 100011 | 10101 | 1010000 |
Color Harmonies of #D6CDC0
Complementary color
Monochromatic Colors of #D6CDC0
Black with #D6CDC0
Text Example
Text Example
White with #D6CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDC0; }
p { color: rgb(214,205,192); }
H1.HeaderClassName
{
color: #D6CDC0;
}
.AnyTagClassName
{
color: #D6CDC0;
}
</style>
background-color css
<style>
a { background-color: #D6CDC0; }
a { background-color: rgb(214,205,192); }
div.DivClassName
{
background-color: #D6CDC0;
}
.BgClassName
{
background-color: #D6CDC0;
}
</style>
border-color css
<style>
span { border-color: #D6CDC0; }
span { border-color: rgb(214,205,192); }
td.TdClassName
{
border-color: #D6CDC0;
}
.TagClassName
{
border-color: #D6CDC0;
}
</style>