Shades of Stark White #D3CABB
Tints of Stark White #D3CABB
RGB
CMYK
RGB Variations
Color information
#D3CABB (or 0xD3CABB) is known color: Stark White. HEX triplet: D3, CA and BB. RGB value is (211,202,187). Sum of RGB (Red+Green+Blue) = 211+202+187=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CABB is #2C3544. Grayscale: #CBCBCB. Windows color (decimal): -2897221 or 12307155. OLE color: 12307155.
HSL color Cylindrical-coordinate representation of color #D3CABB: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CABB is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 187 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.17 |
| HSL | 37.5º | 0.21% | 0.78% | - |
| HSV(B) | 37.5º | 0.11% | 0.83% | - |
| XYZ | 56.95 | 59.68 | 55.53 | - |
| YUV | 202.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 187 | 0 | 0.04 | 0.11 | 0.17 | 37.5 | 0.21 | 0.78 |
| Hex | D3 | CA | BB | 0 | 4 | B | 11 | 26 | 15 | 4E |
| Octal | 323 | 312 | 273 | 0 | 4 | 13 | 21 | 46 | 25 | 116 |
| Binary | 11010011 | 11001010 | 10111011 | 0 | 100 | 1011 | 10001 | 100110 | 10101 | 1001110 |
Color Harmonies of #D3CABB
Complementary color
Monochromatic Colors of #D3CABB
Black with #D3CABB
Text Example
Text Example
White with #D3CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CABB; }
p { color: rgb(211,202,187); }
H1.HeaderClassName
{
color: #D3CABB;
}
.AnyTagClassName
{
color: #D3CABB;
}
</style>
background-color css
<style>
a { background-color: #D3CABB; }
a { background-color: rgb(211,202,187); }
div.DivClassName
{
background-color: #D3CABB;
}
.BgClassName
{
background-color: #D3CABB;
}
</style>
border-color css
<style>
span { border-color: #D3CABB; }
span { border-color: rgb(211,202,187); }
td.TdClassName
{
border-color: #D3CABB;
}
.TagClassName
{
border-color: #D3CABB;
}
</style>