Shades of Blanc #D8CDBC
Tints of Blanc #D8CDBC
RGB
CMYK
RGB Variations
Color information
#D8CDBC (or 0xD8CDBC) is known color: Blanc. HEX triplet: D8, CD and BC. RGB value is (216,205,188). Sum of RGB (Red+Green+Blue) = 216+205+188=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDBC is #273243. Grayscale: #CECECE. Windows color (decimal): -2568772 or 12373464. OLE color: 12373464.
HSL color Cylindrical-coordinate representation of color #D8CDBC: hue angle of 36.43º degrees, saturation: 0.26, 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 #D8CDBC is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 188 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.15 |
| HSL | 36.43º | 0.26% | 0.79% | - |
| HSV(B) | 36.43º | 0.13% | 0.85% | - |
| XYZ | 59.23 | 61.89 | 56.4 | - |
| YUV | 206.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 188 | 0 | 0.05 | 0.13 | 0.15 | 36.43 | 0.26 | 0.79 |
| Hex | D8 | CD | BC | 0 | 5 | D | F | 24 | 1A | 4F |
| Octal | 330 | 315 | 274 | 0 | 5 | 15 | 17 | 44 | 32 | 117 |
| Binary | 11011000 | 11001101 | 10111100 | 0 | 101 | 1101 | 1111 | 100100 | 11010 | 1001111 |
Color Harmonies of #D8CDBC
Complementary color
Monochromatic Colors of #D8CDBC
Black with #D8CDBC
Text Example
Text Example
White with #D8CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDBC; }
p { color: rgb(216,205,188); }
H1.HeaderClassName
{
color: #D8CDBC;
}
.AnyTagClassName
{
color: #D8CDBC;
}
</style>
background-color css
<style>
a { background-color: #D8CDBC; }
a { background-color: rgb(216,205,188); }
div.DivClassName
{
background-color: #D8CDBC;
}
.BgClassName
{
background-color: #D8CDBC;
}
</style>
border-color css
<style>
span { border-color: #D8CDBC; }
span { border-color: rgb(216,205,188); }
td.TdClassName
{
border-color: #D8CDBC;
}
.TagClassName
{
border-color: #D8CDBC;
}
</style>