Shades of Stark White #D8CBBB
Tints of Stark White #D8CBBB
RGB
CMYK
RGB Variations
Color information
#D8CBBB (or 0xD8CBBB) is known color: Stark White. HEX triplet: D8, CB and BB. RGB value is (216,203,187). Sum of RGB (Red+Green+Blue) = 216+203+187=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBBB is #273444. Grayscale: #CDCDCD. Windows color (decimal): -2569285 or 12307416. OLE color: 12307416.
HSL color Cylindrical-coordinate representation of color #D8CBBB: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CBBB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 203 | 187 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 33.1º | 0.27% | 0.79% | - |
| HSV(B) | 33.1º | 0.13% | 0.85% | - |
| XYZ | 58.64 | 60.9 | 55.68 | - |
| YUV | 205.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 203 | 187 | 0 | 0.06 | 0.13 | 0.15 | 33.1 | 0.27 | 0.79 |
| Hex | D8 | CB | BB | 0 | 6 | D | F | 21 | 1B | 4F |
| Octal | 330 | 313 | 273 | 0 | 6 | 15 | 17 | 41 | 33 | 117 |
| Binary | 11011000 | 11001011 | 10111011 | 0 | 110 | 1101 | 1111 | 100001 | 11011 | 1001111 |
Color Harmonies of #D8CBBB
Complementary color
Monochromatic Colors of #D8CBBB
Black with #D8CBBB
Text Example
Text Example
White with #D8CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CBBB; }
p { color: rgb(216,203,187); }
H1.HeaderClassName
{
color: #D8CBBB;
}
.AnyTagClassName
{
color: #D8CBBB;
}
</style>
background-color css
<style>
a { background-color: #D8CBBB; }
a { background-color: rgb(216,203,187); }
div.DivClassName
{
background-color: #D8CBBB;
}
.BgClassName
{
background-color: #D8CBBB;
}
</style>
border-color css
<style>
span { border-color: #D8CBBB; }
span { border-color: rgb(216,203,187); }
td.TdClassName
{
border-color: #D8CBBB;
}
.TagClassName
{
border-color: #D8CBBB;
}
</style>