Shades of Blanc #D8CCBA
Tints of Blanc #D8CCBA
RGB
CMYK
RGB Variations
Color information
#D8CCBA (or 0xD8CCBA) is known color: Blanc. HEX triplet: D8, CC and BA. RGB value is (216,204,186). Sum of RGB (Red+Green+Blue) = 216+204+186=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCBA is #273345. Grayscale: #CDCDCD. Windows color (decimal): -2569030 or 12242136. OLE color: 12242136.
HSL color Cylindrical-coordinate representation of color #D8CCBA: hue angle of 36º 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 #D8CCBA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 186 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.15 |
| HSL | 36º | 0.28% | 0.79% | - |
| HSV(B) | 36º | 0.14% | 0.85% | - |
| XYZ | 58.77 | 61.33 | 55.19 | - |
| YUV | 205.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 186 | 0 | 0.06 | 0.14 | 0.15 | 36 | 0.28 | 0.79 |
| Hex | D8 | CC | BA | 0 | 6 | E | F | 24 | 1C | 4F |
| Octal | 330 | 314 | 272 | 0 | 6 | 16 | 17 | 44 | 34 | 117 |
| Binary | 11011000 | 11001100 | 10111010 | 0 | 110 | 1110 | 1111 | 100100 | 11100 | 1001111 |
Color Harmonies of #D8CCBA
Complementary color
Monochromatic Colors of #D8CCBA
Black with #D8CCBA
Text Example
Text Example
White with #D8CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CCBA; }
p { color: rgb(216,204,186); }
H1.HeaderClassName
{
color: #D8CCBA;
}
.AnyTagClassName
{
color: #D8CCBA;
}
</style>
background-color css
<style>
a { background-color: #D8CCBA; }
a { background-color: rgb(216,204,186); }
div.DivClassName
{
background-color: #D8CCBA;
}
.BgClassName
{
background-color: #D8CCBA;
}
</style>
border-color css
<style>
span { border-color: #D8CCBA; }
span { border-color: rgb(216,204,186); }
td.TdClassName
{
border-color: #D8CCBA;
}
.TagClassName
{
border-color: #D8CCBA;
}
</style>