Shades of Blanc #D6CDBC
Tints of Blanc #D6CDBC
RGB
CMYK
RGB Variations
Color information
#D6CDBC (or 0xD6CDBC) is known color: Blanc. HEX triplet: D6, CD and BC. RGB value is (214,205,188). Sum of RGB (Red+Green+Blue) = 214+205+188=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDBC is #293243. Grayscale: #CDCDCD. Windows color (decimal): -2699844 or 12373462. OLE color: 12373462.
HSL color Cylindrical-coordinate representation of color #D6CDBC: hue angle of 39.23º degrees, saturation: 0.24, 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 #D6CDBC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 188 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.16 |
| HSL | 39.23º | 0.24% | 0.79% | - |
| HSV(B) | 39.23º | 0.12% | 0.84% | - |
| XYZ | 58.64 | 61.59 | 56.37 | - |
| YUV | 205.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 188 | 0 | 0.04 | 0.12 | 0.16 | 39.23 | 0.24 | 0.79 |
| Hex | D6 | CD | BC | 0 | 4 | C | 10 | 27 | 18 | 4F |
| Octal | 326 | 315 | 274 | 0 | 4 | 14 | 20 | 47 | 30 | 117 |
| Binary | 11010110 | 11001101 | 10111100 | 0 | 100 | 1100 | 10000 | 100111 | 11000 | 1001111 |
Color Harmonies of #D6CDBC
Complementary color
Monochromatic Colors of #D6CDBC
Black with #D6CDBC
Text Example
Text Example
White with #D6CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDBC; }
p { color: rgb(214,205,188); }
H1.HeaderClassName
{
color: #D6CDBC;
}
.AnyTagClassName
{
color: #D6CDBC;
}
</style>
background-color css
<style>
a { background-color: #D6CDBC; }
a { background-color: rgb(214,205,188); }
div.DivClassName
{
background-color: #D6CDBC;
}
.BgClassName
{
background-color: #D6CDBC;
}
</style>
border-color css
<style>
span { border-color: #D6CDBC; }
span { border-color: rgb(214,205,188); }
td.TdClassName
{
border-color: #D6CDBC;
}
.TagClassName
{
border-color: #D6CDBC;
}
</style>