Shades of Stark White #D4CABA
Tints of Stark White #D4CABA
RGB
CMYK
RGB Variations
Color information
#D4CABA (or 0xD4CABA) is known color: Stark White. HEX triplet: D4, CA and BA. RGB value is (212,202,186). Sum of RGB (Red+Green+Blue) = 212+202+186=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CABA is #2B3545. Grayscale: #CBCBCB. Windows color (decimal): -2831686 or 12241620. OLE color: 12241620.
HSL color Cylindrical-coordinate representation of color #D4CABA: hue angle of 36.92º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4CABA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 186 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.17 |
| HSL | 36.92º | 0.23% | 0.78% | - |
| HSV(B) | 36.92º | 0.12% | 0.83% | - |
| XYZ | 57.13 | 59.78 | 54.98 | - |
| YUV | 203.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 186 | 0 | 0.05 | 0.12 | 0.17 | 36.92 | 0.23 | 0.78 |
| Hex | D4 | CA | BA | 0 | 5 | C | 11 | 25 | 17 | 4E |
| Octal | 324 | 312 | 272 | 0 | 5 | 14 | 21 | 45 | 27 | 116 |
| Binary | 11010100 | 11001010 | 10111010 | 0 | 101 | 1100 | 10001 | 100101 | 10111 | 1001110 |
Color Harmonies of #D4CABA
Complementary color
Monochromatic Colors of #D4CABA
Black with #D4CABA
Text Example
Text Example
White with #D4CABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CABA; }
p { color: rgb(212,202,186); }
H1.HeaderClassName
{
color: #D4CABA;
}
.AnyTagClassName
{
color: #D4CABA;
}
</style>
background-color css
<style>
a { background-color: #D4CABA; }
a { background-color: rgb(212,202,186); }
div.DivClassName
{
background-color: #D4CABA;
}
.BgClassName
{
background-color: #D4CABA;
}
</style>
border-color css
<style>
span { border-color: #D4CABA; }
span { border-color: rgb(212,202,186); }
td.TdClassName
{
border-color: #D4CABA;
}
.TagClassName
{
border-color: #D4CABA;
}
</style>