Shades of Stark White #D2C6BB
Tints of Stark White #D2C6BB
RGB
CMYK
RGB Variations
Color information
#D2C6BB (or 0xD2C6BB) is known color: Stark White. HEX triplet: D2, C6 and BB. RGB value is (210,198,187). Sum of RGB (Red+Green+Blue) = 210+198+187=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 198 (77.73% from 255 or 33.28% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C6BB is #2D3944. Grayscale: #C8C8C8. Windows color (decimal): -2963781 or 12306130. OLE color: 12306130.
HSL color Cylindrical-coordinate representation of color #D2C6BB: hue angle of 28.7º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2C6BB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 187 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.18 |
| HSL | 28.7º | 0.2% | 0.78% | - |
| HSV(B) | 28.7º | 0.11% | 0.82% | - |
| XYZ | 55.74 | 57.68 | 55.21 | - |
| YUV | 200.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 187 | 0 | 0.06 | 0.11 | 0.18 | 28.7 | 0.2 | 0.78 |
| Hex | D2 | C6 | BB | 0 | 6 | B | 12 | 1D | 14 | 4E |
| Octal | 322 | 306 | 273 | 0 | 6 | 13 | 22 | 35 | 24 | 116 |
| Binary | 11010010 | 11000110 | 10111011 | 0 | 110 | 1011 | 10010 | 11101 | 10100 | 1001110 |
Color Harmonies of #D2C6BB
Complementary color
Monochromatic Colors of #D2C6BB
Black with #D2C6BB
Text Example
Text Example
White with #D2C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6BB; }
p { color: rgb(210,198,187); }
H1.HeaderClassName
{
color: #D2C6BB;
}
.AnyTagClassName
{
color: #D2C6BB;
}
</style>
background-color css
<style>
a { background-color: #D2C6BB; }
a { background-color: rgb(210,198,187); }
div.DivClassName
{
background-color: #D2C6BB;
}
.BgClassName
{
background-color: #D2C6BB;
}
</style>
border-color css
<style>
span { border-color: #D2C6BB; }
span { border-color: rgb(210,198,187); }
td.TdClassName
{
border-color: #D2C6BB;
}
.TagClassName
{
border-color: #D2C6BB;
}
</style>