Shades of Stark White #D5C6BB
Tints of Stark White #D5C6BB
RGB
CMYK
RGB Variations
Color information
#D5C6BB (or 0xD5C6BB) is known color: Stark White. HEX triplet: D5, C6 and BB. RGB value is (213,198,187). Sum of RGB (Red+Green+Blue) = 213+198+187=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C6BB is #2A3944. Grayscale: #C9C9C9. Windows color (decimal): -2767173 or 12306133. OLE color: 12306133.
HSL color Cylindrical-coordinate representation of color #D5C6BB: hue angle of 25.38º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5C6BB is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 198 | 187 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.16 |
| HSL | 25.38º | 0.24% | 0.78% | - |
| HSV(B) | 25.38º | 0.12% | 0.84% | - |
| XYZ | 56.6 | 58.12 | 55.25 | - |
| YUV | 201.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 198 | 187 | 0 | 0.07 | 0.12 | 0.16 | 25.38 | 0.24 | 0.78 |
| Hex | D5 | C6 | BB | 0 | 7 | C | 10 | 19 | 18 | 4E |
| Octal | 325 | 306 | 273 | 0 | 7 | 14 | 20 | 31 | 30 | 116 |
| Binary | 11010101 | 11000110 | 10111011 | 0 | 111 | 1100 | 10000 | 11001 | 11000 | 1001110 |
Color Harmonies of #D5C6BB
Complementary color
Monochromatic Colors of #D5C6BB
Black with #D5C6BB
Text Example
Text Example
White with #D5C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C6BB; }
p { color: rgb(213,198,187); }
H1.HeaderClassName
{
color: #D5C6BB;
}
.AnyTagClassName
{
color: #D5C6BB;
}
</style>
background-color css
<style>
a { background-color: #D5C6BB; }
a { background-color: rgb(213,198,187); }
div.DivClassName
{
background-color: #D5C6BB;
}
.BgClassName
{
background-color: #D5C6BB;
}
</style>
border-color css
<style>
span { border-color: #D5C6BB; }
span { border-color: rgb(213,198,187); }
td.TdClassName
{
border-color: #D5C6BB;
}
.TagClassName
{
border-color: #D5C6BB;
}
</style>