Shades of Blanc #D7D0C0
Tints of Blanc #D7D0C0
RGB
CMYK
RGB Variations
Color information
#D7D0C0 (or 0xD7D0C0) is known color: Blanc. HEX triplet: D7, D0 and C0. RGB value is (215,208,192). Sum of RGB (Red+Green+Blue) = 215+208+192=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0C0 is #282F3F. Grayscale: #D0D0D0. Windows color (decimal): -2633536 or 12636375. OLE color: 12636375.
HSL color Cylindrical-coordinate representation of color #D7D0C0: hue angle of 41.74º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D0C0 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 192 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.16 |
| HSL | 41.74º | 0.22% | 0.8% | - |
| HSV(B) | 41.74º | 0.11% | 0.84% | - |
| XYZ | 60.09 | 63.36 | 58.93 | - |
| YUV | 208.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 192 | 0 | 0.03 | 0.11 | 0.16 | 41.74 | 0.22 | 0.8 |
| Hex | D7 | D0 | C0 | 0 | 3 | B | 10 | 2A | 16 | 50 |
| Octal | 327 | 320 | 300 | 0 | 3 | 13 | 20 | 52 | 26 | 120 |
| Binary | 11010111 | 11010000 | 11000000 | 0 | 11 | 1011 | 10000 | 101010 | 10110 | 1010000 |
Color Harmonies of #D7D0C0
Complementary color
Monochromatic Colors of #D7D0C0
Black with #D7D0C0
Text Example
Text Example
White with #D7D0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0C0; }
p { color: rgb(215,208,192); }
H1.HeaderClassName
{
color: #D7D0C0;
}
.AnyTagClassName
{
color: #D7D0C0;
}
</style>
background-color css
<style>
a { background-color: #D7D0C0; }
a { background-color: rgb(215,208,192); }
div.DivClassName
{
background-color: #D7D0C0;
}
.BgClassName
{
background-color: #D7D0C0;
}
</style>
border-color css
<style>
span { border-color: #D7D0C0; }
span { border-color: rgb(215,208,192); }
td.TdClassName
{
border-color: #D7D0C0;
}
.TagClassName
{
border-color: #D7D0C0;
}
</style>