Shades of Stark White #D5CABB
Tints of Stark White #D5CABB
RGB
CMYK
RGB Variations
Color information
#D5CABB (or 0xD5CABB) is known color: Stark White. HEX triplet: D5, CA and BB. RGB value is (213,202,187). Sum of RGB (Red+Green+Blue) = 213+202+187=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CABB is #2A3544. Grayscale: #CBCBCB. Windows color (decimal): -2766149 or 12307157. OLE color: 12307157.
HSL color Cylindrical-coordinate representation of color #D5CABB: hue angle of 34.62º 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 #D5CABB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 187 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.16 |
| HSL | 34.62º | 0.24% | 0.78% | - |
| HSV(B) | 34.62º | 0.12% | 0.84% | - |
| XYZ | 57.53 | 59.98 | 55.56 | - |
| YUV | 203.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 187 | 0 | 0.05 | 0.12 | 0.16 | 34.62 | 0.24 | 0.78 |
| Hex | D5 | CA | BB | 0 | 5 | C | 10 | 23 | 18 | 4E |
| Octal | 325 | 312 | 273 | 0 | 5 | 14 | 20 | 43 | 30 | 116 |
| Binary | 11010101 | 11001010 | 10111011 | 0 | 101 | 1100 | 10000 | 100011 | 11000 | 1001110 |
Color Harmonies of #D5CABB
Complementary color
Monochromatic Colors of #D5CABB
Black with #D5CABB
Text Example
Text Example
White with #D5CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CABB; }
p { color: rgb(213,202,187); }
H1.HeaderClassName
{
color: #D5CABB;
}
.AnyTagClassName
{
color: #D5CABB;
}
</style>
background-color css
<style>
a { background-color: #D5CABB; }
a { background-color: rgb(213,202,187); }
div.DivClassName
{
background-color: #D5CABB;
}
.BgClassName
{
background-color: #D5CABB;
}
</style>
border-color css
<style>
span { border-color: #D5CABB; }
span { border-color: rgb(213,202,187); }
td.TdClassName
{
border-color: #D5CABB;
}
.TagClassName
{
border-color: #D5CABB;
}
</style>