Shades of Blanc #D7D0C3
Tints of Blanc #D7D0C3
RGB
CMYK
RGB Variations
Color information
#D7D0C3 (or 0xD7D0C3) is known color: Blanc. HEX triplet: D7, D0 and C3. RGB value is (215,208,195). Sum of RGB (Red+Green+Blue) = 215+208+195=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0C3 is #282F3C. Grayscale: #D0D0D0. Windows color (decimal): -2633533 or 12832983. OLE color: 12832983.
HSL color Cylindrical-coordinate representation of color #D7D0C3: hue angle of 39º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D7D0C3 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 195 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.16 |
| HSL | 39º | 0.2% | 0.8% | - |
| HSV(B) | 39º | 0.09% | 0.84% | - |
| XYZ | 60.43 | 63.5 | 60.7 | - |
| YUV | 208.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 195 | 0 | 0.03 | 0.09 | 0.16 | 39 | 0.2 | 0.8 |
| Hex | D7 | D0 | C3 | 0 | 3 | 9 | 10 | 27 | 14 | 50 |
| Octal | 327 | 320 | 303 | 0 | 3 | 11 | 20 | 47 | 24 | 120 |
| Binary | 11010111 | 11010000 | 11000011 | 0 | 11 | 1001 | 10000 | 100111 | 10100 | 1010000 |
Color Harmonies of #D7D0C3
Complementary color
Monochromatic Colors of #D7D0C3
Black with #D7D0C3
Text Example
Text Example
White with #D7D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0C3; }
p { color: rgb(215,208,195); }
H1.HeaderClassName
{
color: #D7D0C3;
}
.AnyTagClassName
{
color: #D7D0C3;
}
</style>
background-color css
<style>
a { background-color: #D7D0C3; }
a { background-color: rgb(215,208,195); }
div.DivClassName
{
background-color: #D7D0C3;
}
.BgClassName
{
background-color: #D7D0C3;
}
</style>
border-color css
<style>
span { border-color: #D7D0C3; }
span { border-color: rgb(215,208,195); }
td.TdClassName
{
border-color: #D7D0C3;
}
.TagClassName
{
border-color: #D7D0C3;
}
</style>