Shades of Stark White #D8CABB
Tints of Stark White #D8CABB
RGB
CMYK
RGB Variations
Color information
#D8CABB (or 0xD8CABB) is known color: Stark White. HEX triplet: D8, CA and BB. RGB value is (216,202,187). Sum of RGB (Red+Green+Blue) = 216+202+187=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CABB is #273544. Grayscale: #CCCCCC. Windows color (decimal): -2569541 or 12307160. OLE color: 12307160.
HSL color Cylindrical-coordinate representation of color #D8CABB: hue angle of 31.03º 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 #D8CABB is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 187 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.15 |
| HSL | 31.03º | 0.27% | 0.79% | - |
| HSV(B) | 31.03º | 0.13% | 0.85% | - |
| XYZ | 58.41 | 60.43 | 55.6 | - |
| YUV | 204.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 187 | 0 | 0.06 | 0.13 | 0.15 | 31.03 | 0.27 | 0.79 |
| Hex | D8 | CA | BB | 0 | 6 | D | F | 1F | 1B | 4F |
| Octal | 330 | 312 | 273 | 0 | 6 | 15 | 17 | 37 | 33 | 117 |
| Binary | 11011000 | 11001010 | 10111011 | 0 | 110 | 1101 | 1111 | 11111 | 11011 | 1001111 |
Color Harmonies of #D8CABB
Complementary color
Monochromatic Colors of #D8CABB
Black with #D8CABB
Text Example
Text Example
White with #D8CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CABB; }
p { color: rgb(216,202,187); }
H1.HeaderClassName
{
color: #D8CABB;
}
.AnyTagClassName
{
color: #D8CABB;
}
</style>
background-color css
<style>
a { background-color: #D8CABB; }
a { background-color: rgb(216,202,187); }
div.DivClassName
{
background-color: #D8CABB;
}
.BgClassName
{
background-color: #D8CABB;
}
</style>
border-color css
<style>
span { border-color: #D8CABB; }
span { border-color: rgb(216,202,187); }
td.TdClassName
{
border-color: #D8CABB;
}
.TagClassName
{
border-color: #D8CABB;
}
</style>