Shades of Stark White #D9CBB8
Tints of Stark White #D9CBB8
RGB
CMYK
RGB Variations
Color information
#D9CBB8 (or 0xD9CBB8) is known color: Stark White. HEX triplet: D9, CB and B8. RGB value is (217,203,184). Sum of RGB (Red+Green+Blue) = 217+203+184=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBB8 is #263447. Grayscale: #CDCDCD. Windows color (decimal): -2503752 or 12110809. OLE color: 12110809.
HSL color Cylindrical-coordinate representation of color #D9CBB8: hue angle of 34.55º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CBB8 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 184 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.15 |
| HSL | 34.55º | 0.3% | 0.79% | - |
| HSV(B) | 34.55º | 0.15% | 0.85% | - |
| XYZ | 58.62 | 60.92 | 54.02 | - |
| YUV | 205.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 184 | 0 | 0.06 | 0.15 | 0.15 | 34.55 | 0.3 | 0.79 |
| Hex | D9 | CB | B8 | 0 | 6 | F | F | 23 | 1E | 4F |
| Octal | 331 | 313 | 270 | 0 | 6 | 17 | 17 | 43 | 36 | 117 |
| Binary | 11011001 | 11001011 | 10111000 | 0 | 110 | 1111 | 1111 | 100011 | 11110 | 1001111 |
Color Harmonies of #D9CBB8
Complementary color
Monochromatic Colors of #D9CBB8
Black with #D9CBB8
Text Example
Text Example
White with #D9CBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBB8; }
p { color: rgb(217,203,184); }
H1.HeaderClassName
{
color: #D9CBB8;
}
.AnyTagClassName
{
color: #D9CBB8;
}
</style>
background-color css
<style>
a { background-color: #D9CBB8; }
a { background-color: rgb(217,203,184); }
div.DivClassName
{
background-color: #D9CBB8;
}
.BgClassName
{
background-color: #D9CBB8;
}
</style>
border-color css
<style>
span { border-color: #D9CBB8; }
span { border-color: rgb(217,203,184); }
td.TdClassName
{
border-color: #D9CBB8;
}
.TagClassName
{
border-color: #D9CBB8;
}
</style>