Shades of Blanc #D6CDC1
Tints of Blanc #D6CDC1
RGB
CMYK
RGB Variations
Color information
#D6CDC1 (or 0xD6CDC1) is known color: Blanc. HEX triplet: D6, CD and C1. RGB value is (214,205,193). Sum of RGB (Red+Green+Blue) = 214+205+193=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDC1 is #29323E. Grayscale: #CECECE. Windows color (decimal): -2699839 or 12701142. OLE color: 12701142.
HSL color Cylindrical-coordinate representation of color #D6CDC1: hue angle of 34.29º degrees, saturation: 0.2, 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 #D6CDC1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 193 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.16 |
| HSL | 34.29º | 0.2% | 0.8% | - |
| HSV(B) | 34.29º | 0.1% | 0.84% | - |
| XYZ | 59.19 | 61.81 | 59.26 | - |
| YUV | 206.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 193 | 0 | 0.04 | 0.10 | 0.16 | 34.29 | 0.2 | 0.8 |
| Hex | D6 | CD | C1 | 0 | 4 | A | 10 | 22 | 14 | 50 |
| Octal | 326 | 315 | 301 | 0 | 4 | 12 | 20 | 42 | 24 | 120 |
| Binary | 11010110 | 11001101 | 11000001 | 0 | 100 | 1010 | 10000 | 100010 | 10100 | 1010000 |
Color Harmonies of #D6CDC1
Complementary color
Monochromatic Colors of #D6CDC1
Black with #D6CDC1
Text Example
Text Example
White with #D6CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDC1; }
p { color: rgb(214,205,193); }
H1.HeaderClassName
{
color: #D6CDC1;
}
.AnyTagClassName
{
color: #D6CDC1;
}
</style>
background-color css
<style>
a { background-color: #D6CDC1; }
a { background-color: rgb(214,205,193); }
div.DivClassName
{
background-color: #D6CDC1;
}
.BgClassName
{
background-color: #D6CDC1;
}
</style>
border-color css
<style>
span { border-color: #D6CDC1; }
span { border-color: rgb(214,205,193); }
td.TdClassName
{
border-color: #D6CDC1;
}
.TagClassName
{
border-color: #D6CDC1;
}
</style>