Shades of Blanc #D8CDBA
Tints of Blanc #D8CDBA
RGB
CMYK
RGB Variations
Color information
#D8CDBA (or 0xD8CDBA) is known color: Blanc. HEX triplet: D8, CD and BA. RGB value is (216,205,186). Sum of RGB (Red+Green+Blue) = 216+205+186=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDBA is #273245. Grayscale: #CECECE. Windows color (decimal): -2568774 or 12242392. OLE color: 12242392.
HSL color Cylindrical-coordinate representation of color #D8CDBA: hue angle of 38º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CDBA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 186 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.15 |
| HSL | 38º | 0.28% | 0.79% | - |
| HSV(B) | 38º | 0.14% | 0.85% | - |
| XYZ | 59.01 | 61.81 | 55.27 | - |
| YUV | 206.12 | 116.64 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 186 | 0 | 0.05 | 0.14 | 0.15 | 38 | 0.28 | 0.79 |
| Hex | D8 | CD | BA | 0 | 5 | E | F | 26 | 1C | 4F |
| Octal | 330 | 315 | 272 | 0 | 5 | 16 | 17 | 46 | 34 | 117 |
| Binary | 11011000 | 11001101 | 10111010 | 0 | 101 | 1110 | 1111 | 100110 | 11100 | 1001111 |
Color Harmonies of #D8CDBA
Complementary color
Monochromatic Colors of #D8CDBA
Black with #D8CDBA
Text Example
Text Example
White with #D8CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDBA; }
p { color: rgb(216,205,186); }
H1.HeaderClassName
{
color: #D8CDBA;
}
.AnyTagClassName
{
color: #D8CDBA;
}
</style>
background-color css
<style>
a { background-color: #D8CDBA; }
a { background-color: rgb(216,205,186); }
div.DivClassName
{
background-color: #D8CDBA;
}
.BgClassName
{
background-color: #D8CDBA;
}
</style>
border-color css
<style>
span { border-color: #D8CDBA; }
span { border-color: rgb(216,205,186); }
td.TdClassName
{
border-color: #D8CDBA;
}
.TagClassName
{
border-color: #D8CDBA;
}
</style>