Shades of Blanc #D9CDBC
Tints of Blanc #D9CDBC
RGB
CMYK
RGB Variations
Color information
#D9CDBC (or 0xD9CDBC) is known color: Blanc. HEX triplet: D9, CD and BC. RGB value is (217,205,188). Sum of RGB (Red+Green+Blue) = 217+205+188=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDBC is #263243. Grayscale: #CECECE. Windows color (decimal): -2503236 or 12373465. OLE color: 12373465.
HSL color Cylindrical-coordinate representation of color #D9CDBC: hue angle of 35.17º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9CDBC is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 205 | 188 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 35.17º | 0.28% | 0.79% | - |
| HSV(B) | 35.17º | 0.13% | 0.85% | - |
| XYZ | 59.52 | 62.05 | 56.42 | - |
| YUV | 206.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 205 | 188 | 0 | 0.06 | 0.13 | 0.15 | 35.17 | 0.28 | 0.79 |
| Hex | D9 | CD | BC | 0 | 6 | D | F | 23 | 1C | 4F |
| Octal | 331 | 315 | 274 | 0 | 6 | 15 | 17 | 43 | 34 | 117 |
| Binary | 11011001 | 11001101 | 10111100 | 0 | 110 | 1101 | 1111 | 100011 | 11100 | 1001111 |
Color Harmonies of #D9CDBC
Complementary color
Monochromatic Colors of #D9CDBC
Black with #D9CDBC
Text Example
Text Example
White with #D9CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDBC; }
p { color: rgb(217,205,188); }
H1.HeaderClassName
{
color: #D9CDBC;
}
.AnyTagClassName
{
color: #D9CDBC;
}
</style>
background-color css
<style>
a { background-color: #D9CDBC; }
a { background-color: rgb(217,205,188); }
div.DivClassName
{
background-color: #D9CDBC;
}
.BgClassName
{
background-color: #D9CDBC;
}
</style>
border-color css
<style>
span { border-color: #D9CDBC; }
span { border-color: rgb(217,205,188); }
td.TdClassName
{
border-color: #D9CDBC;
}
.TagClassName
{
border-color: #D9CDBC;
}
</style>