Shades of Stark White #D9CBBB
Tints of Stark White #D9CBBB
RGB
CMYK
RGB Variations
Color information
#D9CBBB (or 0xD9CBBB) is known color: Stark White. HEX triplet: D9, CB and BB. RGB value is (217,203,187). Sum of RGB (Red+Green+Blue) = 217+203+187=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBBB is #263444. Grayscale: #CDCDCD. Windows color (decimal): -2503749 or 12307417. OLE color: 12307417.
HSL color Cylindrical-coordinate representation of color #D9CBBB: hue angle of 32º 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 #D9CBBB is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 187 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.15 |
| HSL | 32º | 0.28% | 0.79% | - |
| HSV(B) | 32º | 0.14% | 0.85% | - |
| XYZ | 58.94 | 61.05 | 55.69 | - |
| YUV | 205.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 187 | 0 | 0.06 | 0.14 | 0.15 | 32 | 0.28 | 0.79 |
| Hex | D9 | CB | BB | 0 | 6 | E | F | 20 | 1C | 4F |
| Octal | 331 | 313 | 273 | 0 | 6 | 16 | 17 | 40 | 34 | 117 |
| Binary | 11011001 | 11001011 | 10111011 | 0 | 110 | 1110 | 1111 | 100000 | 11100 | 1001111 |
Color Harmonies of #D9CBBB
Complementary color
Monochromatic Colors of #D9CBBB
Black with #D9CBBB
Text Example
Text Example
White with #D9CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBBB; }
p { color: rgb(217,203,187); }
H1.HeaderClassName
{
color: #D9CBBB;
}
.AnyTagClassName
{
color: #D9CBBB;
}
</style>
background-color css
<style>
a { background-color: #D9CBBB; }
a { background-color: rgb(217,203,187); }
div.DivClassName
{
background-color: #D9CBBB;
}
.BgClassName
{
background-color: #D9CBBB;
}
</style>
border-color css
<style>
span { border-color: #D9CBBB; }
span { border-color: rgb(217,203,187); }
td.TdClassName
{
border-color: #D9CBBB;
}
.TagClassName
{
border-color: #D9CBBB;
}
</style>