Shades of Stark White #D5CBBB
Tints of Stark White #D5CBBB
RGB
CMYK
RGB Variations
Color information
#D5CBBB (or 0xD5CBBB) is known color: Stark White. HEX triplet: D5, CB and BB. RGB value is (213,203,187). Sum of RGB (Red+Green+Blue) = 213+203+187=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBBB is #2A3444. Grayscale: #CCCCCC. Windows color (decimal): -2765893 or 12307413. OLE color: 12307413.
HSL color Cylindrical-coordinate representation of color #D5CBBB: hue angle of 36.92º 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 #D5CBBB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 187 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.16 |
| HSL | 36.92º | 0.24% | 0.78% | - |
| HSV(B) | 36.92º | 0.12% | 0.84% | - |
| XYZ | 57.77 | 60.45 | 55.64 | - |
| YUV | 204.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 187 | 0 | 0.05 | 0.12 | 0.16 | 36.92 | 0.24 | 0.78 |
| Hex | D5 | CB | BB | 0 | 5 | C | 10 | 25 | 18 | 4E |
| Octal | 325 | 313 | 273 | 0 | 5 | 14 | 20 | 45 | 30 | 116 |
| Binary | 11010101 | 11001011 | 10111011 | 0 | 101 | 1100 | 10000 | 100101 | 11000 | 1001110 |
Color Harmonies of #D5CBBB
Complementary color
Monochromatic Colors of #D5CBBB
Black with #D5CBBB
Text Example
Text Example
White with #D5CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBBB; }
p { color: rgb(213,203,187); }
H1.HeaderClassName
{
color: #D5CBBB;
}
.AnyTagClassName
{
color: #D5CBBB;
}
</style>
background-color css
<style>
a { background-color: #D5CBBB; }
a { background-color: rgb(213,203,187); }
div.DivClassName
{
background-color: #D5CBBB;
}
.BgClassName
{
background-color: #D5CBBB;
}
</style>
border-color css
<style>
span { border-color: #D5CBBB; }
span { border-color: rgb(213,203,187); }
td.TdClassName
{
border-color: #D5CBBB;
}
.TagClassName
{
border-color: #D5CBBB;
}
</style>