Shades of Stark White #D4CABB
Tints of Stark White #D4CABB
RGB
CMYK
RGB Variations
Color information
#D4CABB (or 0xD4CABB) is known color: Stark White. HEX triplet: D4, CA and BB. RGB value is (212,202,187). Sum of RGB (Red+Green+Blue) = 212+202+187=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CABB is #2B3544. Grayscale: #CBCBCB. Windows color (decimal): -2831685 or 12307156. OLE color: 12307156.
HSL color Cylindrical-coordinate representation of color #D4CABB: hue angle of 36º 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 #D4CABB is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 187 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.17 |
| HSL | 36º | 0.23% | 0.78% | - |
| HSV(B) | 36º | 0.12% | 0.83% | - |
| XYZ | 57.24 | 59.83 | 55.54 | - |
| YUV | 203.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 187 | 0 | 0.05 | 0.12 | 0.17 | 36 | 0.23 | 0.78 |
| Hex | D4 | CA | BB | 0 | 5 | C | 11 | 24 | 17 | 4E |
| Octal | 324 | 312 | 273 | 0 | 5 | 14 | 21 | 44 | 27 | 116 |
| Binary | 11010100 | 11001010 | 10111011 | 0 | 101 | 1100 | 10001 | 100100 | 10111 | 1001110 |
Color Harmonies of #D4CABB
Complementary color
Monochromatic Colors of #D4CABB
Black with #D4CABB
Text Example
Text Example
White with #D4CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CABB; }
p { color: rgb(212,202,187); }
H1.HeaderClassName
{
color: #D4CABB;
}
.AnyTagClassName
{
color: #D4CABB;
}
</style>
background-color css
<style>
a { background-color: #D4CABB; }
a { background-color: rgb(212,202,187); }
div.DivClassName
{
background-color: #D4CABB;
}
.BgClassName
{
background-color: #D4CABB;
}
</style>
border-color css
<style>
span { border-color: #D4CABB; }
span { border-color: rgb(212,202,187); }
td.TdClassName
{
border-color: #D4CABB;
}
.TagClassName
{
border-color: #D4CABB;
}
</style>