Shades of Stark White #D2C6B3
Tints of Stark White #D2C6B3
RGB
CMYK
RGB Variations
Color information
#D2C6B3 (or 0xD2C6B3) is known color: Stark White. HEX triplet: D2, C6 and B3. RGB value is (210,198,179). Sum of RGB (Red+Green+Blue) = 210+198+179=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C6B3 is #2D394C. Grayscale: #C7C7C7. Windows color (decimal): -2963789 or 11781842. OLE color: 11781842.
HSL color Cylindrical-coordinate representation of color #D2C6B3: hue angle of 36.77º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2C6B3 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 179 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.18 |
| HSL | 36.77º | 0.26% | 0.76% | - |
| HSV(B) | 36.77º | 0.15% | 0.82% | - |
| XYZ | 54.91 | 57.34 | 50.82 | - |
| YUV | 199.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 179 | 0 | 0.06 | 0.15 | 0.18 | 36.77 | 0.26 | 0.76 |
| Hex | D2 | C6 | B3 | 0 | 6 | F | 12 | 25 | 1A | 4C |
| Octal | 322 | 306 | 263 | 0 | 6 | 17 | 22 | 45 | 32 | 114 |
| Binary | 11010010 | 11000110 | 10110011 | 0 | 110 | 1111 | 10010 | 100101 | 11010 | 1001100 |
Color Harmonies of #D2C6B3
Complementary color
Monochromatic Colors of #D2C6B3
Black with #D2C6B3
Text Example
Text Example
White with #D2C6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C6B3; }
p { color: rgb(210,198,179); }
H1.HeaderClassName
{
color: #D2C6B3;
}
.AnyTagClassName
{
color: #D2C6B3;
}
</style>
background-color css
<style>
a { background-color: #D2C6B3; }
a { background-color: rgb(210,198,179); }
div.DivClassName
{
background-color: #D2C6B3;
}
.BgClassName
{
background-color: #D2C6B3;
}
</style>
border-color css
<style>
span { border-color: #D2C6B3; }
span { border-color: rgb(210,198,179); }
td.TdClassName
{
border-color: #D2C6B3;
}
.TagClassName
{
border-color: #D2C6B3;
}
</style>