Shades of Stark White #D7CABA
Tints of Stark White #D7CABA
RGB
CMYK
RGB Variations
Color information
#D7CABA (or 0xD7CABA) is known color: Stark White. HEX triplet: D7, CA and BA. RGB value is (215,202,186). Sum of RGB (Red+Green+Blue) = 215+202+186=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CABA is #283545. Grayscale: #CCCCCC. Windows color (decimal): -2635078 or 12241623. OLE color: 12241623.
HSL color Cylindrical-coordinate representation of color #D7CABA: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CABA is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 202 | 186 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.16 |
| HSL | 33.1º | 0.27% | 0.79% | - |
| HSV(B) | 33.1º | 0.13% | 0.84% | - |
| XYZ | 58.01 | 60.23 | 55.02 | - |
| YUV | 204.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 202 | 186 | 0 | 0.06 | 0.13 | 0.16 | 33.1 | 0.27 | 0.79 |
| Hex | D7 | CA | BA | 0 | 6 | D | 10 | 21 | 1B | 4F |
| Octal | 327 | 312 | 272 | 0 | 6 | 15 | 20 | 41 | 33 | 117 |
| Binary | 11010111 | 11001010 | 10111010 | 0 | 110 | 1101 | 10000 | 100001 | 11011 | 1001111 |
Color Harmonies of #D7CABA
Complementary color
Monochromatic Colors of #D7CABA
Black with #D7CABA
Text Example
Text Example
White with #D7CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CABA; }
p { color: rgb(215,202,186); }
H1.HeaderClassName
{
color: #D7CABA;
}
.AnyTagClassName
{
color: #D7CABA;
}
</style>
background-color css
<style>
a { background-color: #D7CABA; }
a { background-color: rgb(215,202,186); }
div.DivClassName
{
background-color: #D7CABA;
}
.BgClassName
{
background-color: #D7CABA;
}
</style>
border-color css
<style>
span { border-color: #D7CABA; }
span { border-color: rgb(215,202,186); }
td.TdClassName
{
border-color: #D7CABA;
}
.TagClassName
{
border-color: #D7CABA;
}
</style>