Shades of Stark White #D2CABC
Tints of Stark White #D2CABC
RGB
CMYK
RGB Variations
Color information
#D2CABC (or 0xD2CABC) is known color: Stark White. HEX triplet: D2, CA and BC. RGB value is (210,202,188). Sum of RGB (Red+Green+Blue) = 210+202+188=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CABC is #2D3543. Grayscale: #CACACA. Windows color (decimal): -2962756 or 12372690. OLE color: 12372690.
HSL color Cylindrical-coordinate representation of color #D2CABC: hue angle of 38.18º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2CABC is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 188 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.18 |
| HSL | 38.18º | 0.2% | 0.78% | - |
| HSV(B) | 38.18º | 0.1% | 0.82% | - |
| XYZ | 56.78 | 59.57 | 56.08 | - |
| YUV | 202.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 188 | 0 | 0.04 | 0.10 | 0.18 | 38.18 | 0.2 | 0.78 |
| Hex | D2 | CA | BC | 0 | 4 | A | 12 | 26 | 14 | 4E |
| Octal | 322 | 312 | 274 | 0 | 4 | 12 | 22 | 46 | 24 | 116 |
| Binary | 11010010 | 11001010 | 10111100 | 0 | 100 | 1010 | 10010 | 100110 | 10100 | 1001110 |
Color Harmonies of #D2CABC
Complementary color
Monochromatic Colors of #D2CABC
Black with #D2CABC
Text Example
Text Example
White with #D2CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CABC; }
p { color: rgb(210,202,188); }
H1.HeaderClassName
{
color: #D2CABC;
}
.AnyTagClassName
{
color: #D2CABC;
}
</style>
background-color css
<style>
a { background-color: #D2CABC; }
a { background-color: rgb(210,202,188); }
div.DivClassName
{
background-color: #D2CABC;
}
.BgClassName
{
background-color: #D2CABC;
}
</style>
border-color css
<style>
span { border-color: #D2CABC; }
span { border-color: rgb(210,202,188); }
td.TdClassName
{
border-color: #D2CABC;
}
.TagClassName
{
border-color: #D2CABC;
}
</style>