Shades of Stark White #D2C7B6
Tints of Stark White #D2C7B6
RGB
CMYK
RGB Variations
Color information
#D2C7B6 (or 0xD2C7B6) is known color: Stark White. HEX triplet: D2, C7 and B6. RGB value is (210,199,182). Sum of RGB (Red+Green+Blue) = 210+199+182=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C7B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C7B6 is #2D3849. Grayscale: #C8C8C8. Windows color (decimal): -2963530 or 11978706. OLE color: 11978706.
HSL color Cylindrical-coordinate representation of color #D2C7B6: hue angle of 36.43º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D2C7B6 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 199 | 182 | - |
CMYK | 0 | 0.05 | 0.13 | 0.18 |
HSL | 36.43º | 0.24% | 0.77% | - |
HSV(B) | 36.43º | 0.13% | 0.82% | - |
XYZ | 55.45 | 57.93 | 52.51 | - |
YUV | 200.35 | 117.64 | 134.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 199 | 182 | 0 | 0.05 | 0.13 | 0.18 | 36.43 | 0.24 | 0.77 |
Hex | D2 | C7 | B6 | 0 | 5 | D | 12 | 24 | 18 | 4D |
Octal | 322 | 307 | 266 | 0 | 5 | 15 | 22 | 44 | 30 | 115 |
Binary | 11010010 | 11000111 | 10110110 | 0 | 101 | 1101 | 10010 | 100100 | 11000 | 1001101 |
Color Harmonies of #D2C7B6
Complementary color
Monochromatic Colors of #D2C7B6
Black with #D2C7B6
Text Example
Text Example
White with #D2C7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C7B6; }
p { color: rgb(210,199,182); }
H1.HeaderClassName
{
color: #D2C7B6;
}
.AnyTagClassName
{
color: #D2C7B6;
}
</style>
background-color css
<style>
a { background-color: #D2C7B6; }
a { background-color: rgb(210,199,182); }
div.DivClassName
{
background-color: #D2C7B6;
}
.BgClassName
{
background-color: #D2C7B6;
}
</style>
border-color css
<style>
span { border-color: #D2C7B6; }
span { border-color: rgb(210,199,182); }
td.TdClassName
{
border-color: #D2C7B6;
}
.TagClassName
{
border-color: #D2C7B6;
}
</style>