Shades of Blanc #D9CCBA
Tints of Blanc #D9CCBA
RGB
CMYK
RGB Variations
Color information
#D9CCBA (or 0xD9CCBA) is known color: Blanc. HEX triplet: D9, CC and BA. RGB value is (217,204,186). Sum of RGB (Red+Green+Blue) = 217+204+186=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCBA is #263345. Grayscale: #CDCDCD. Windows color (decimal): -2503494 or 12242137. OLE color: 12242137.
HSL color Cylindrical-coordinate representation of color #D9CCBA: hue angle of 34.84º degrees, saturation: 0.29, 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 #D9CCBA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 186 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.15 |
| HSL | 34.84º | 0.29% | 0.79% | - |
| HSV(B) | 34.84º | 0.14% | 0.85% | - |
| XYZ | 59.07 | 61.48 | 55.21 | - |
| YUV | 205.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 186 | 0 | 0.06 | 0.14 | 0.15 | 34.84 | 0.29 | 0.79 |
| Hex | D9 | CC | BA | 0 | 6 | E | F | 23 | 1D | 4F |
| Octal | 331 | 314 | 272 | 0 | 6 | 16 | 17 | 43 | 35 | 117 |
| Binary | 11011001 | 11001100 | 10111010 | 0 | 110 | 1110 | 1111 | 100011 | 11101 | 1001111 |
Color Harmonies of #D9CCBA
Complementary color
Monochromatic Colors of #D9CCBA
Black with #D9CCBA
Text Example
Text Example
White with #D9CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CCBA; }
p { color: rgb(217,204,186); }
H1.HeaderClassName
{
color: #D9CCBA;
}
.AnyTagClassName
{
color: #D9CCBA;
}
</style>
background-color css
<style>
a { background-color: #D9CCBA; }
a { background-color: rgb(217,204,186); }
div.DivClassName
{
background-color: #D9CCBA;
}
.BgClassName
{
background-color: #D9CCBA;
}
</style>
border-color css
<style>
span { border-color: #D9CCBA; }
span { border-color: rgb(217,204,186); }
td.TdClassName
{
border-color: #D9CCBA;
}
.TagClassName
{
border-color: #D9CCBA;
}
</style>