Shades of Stark White #D9CBBA
Tints of Stark White #D9CBBA
RGB
CMYK
RGB Variations
Color information
#D9CBBA (or 0xD9CBBA) is known color: Stark White. HEX triplet: D9, CB and BA. RGB value is (217,203,186). Sum of RGB (Red+Green+Blue) = 217+203+186=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBBA is #263445. Grayscale: #CDCDCD. Windows color (decimal): -2503750 or 12241881. OLE color: 12241881.
HSL color Cylindrical-coordinate representation of color #D9CBBA: hue angle of 32.9º 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 #D9CBBA is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 186 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.15 |
| HSL | 32.9º | 0.29% | 0.79% | - |
| HSV(B) | 32.9º | 0.14% | 0.85% | - |
| XYZ | 58.83 | 61.01 | 55.13 | - |
| YUV | 205.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 186 | 0 | 0.06 | 0.14 | 0.15 | 32.9 | 0.29 | 0.79 |
| Hex | D9 | CB | BA | 0 | 6 | E | F | 21 | 1D | 4F |
| Octal | 331 | 313 | 272 | 0 | 6 | 16 | 17 | 41 | 35 | 117 |
| Binary | 11011001 | 11001011 | 10111010 | 0 | 110 | 1110 | 1111 | 100001 | 11101 | 1001111 |
Color Harmonies of #D9CBBA
Complementary color
Monochromatic Colors of #D9CBBA
Black with #D9CBBA
Text Example
Text Example
White with #D9CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBBA; }
p { color: rgb(217,203,186); }
H1.HeaderClassName
{
color: #D9CBBA;
}
.AnyTagClassName
{
color: #D9CBBA;
}
</style>
background-color css
<style>
a { background-color: #D9CBBA; }
a { background-color: rgb(217,203,186); }
div.DivClassName
{
background-color: #D9CBBA;
}
.BgClassName
{
background-color: #D9CBBA;
}
</style>
border-color css
<style>
span { border-color: #D9CBBA; }
span { border-color: rgb(217,203,186); }
td.TdClassName
{
border-color: #D9CBBA;
}
.TagClassName
{
border-color: #D9CBBA;
}
</style>