Shades of Blanc #D8D0C1
Tints of Blanc #D8D0C1
RGB
CMYK
RGB Variations
Color information
#D8D0C1 (or 0xD8D0C1) is known color: Blanc. HEX triplet: D8, D0 and C1. RGB value is (216,208,193). Sum of RGB (Red+Green+Blue) = 216+208+193=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0C1 is #272F3E. Grayscale: #D0D0D0. Windows color (decimal): -2567999 or 12701912. OLE color: 12701912.
HSL color Cylindrical-coordinate representation of color #D8D0C1: hue angle of 39.13º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8D0C1 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 193 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.15 |
| HSL | 39.13º | 0.23% | 0.8% | - |
| HSV(B) | 39.13º | 0.11% | 0.85% | - |
| XYZ | 60.5 | 63.56 | 59.53 | - |
| YUV | 208.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 193 | 0 | 0.04 | 0.11 | 0.15 | 39.13 | 0.23 | 0.8 |
| Hex | D8 | D0 | C1 | 0 | 4 | B | F | 27 | 17 | 50 |
| Octal | 330 | 320 | 301 | 0 | 4 | 13 | 17 | 47 | 27 | 120 |
| Binary | 11011000 | 11010000 | 11000001 | 0 | 100 | 1011 | 1111 | 100111 | 10111 | 1010000 |
Color Harmonies of #D8D0C1
Complementary color
Monochromatic Colors of #D8D0C1
Black with #D8D0C1
Text Example
Text Example
White with #D8D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0C1; }
p { color: rgb(216,208,193); }
H1.HeaderClassName
{
color: #D8D0C1;
}
.AnyTagClassName
{
color: #D8D0C1;
}
</style>
background-color css
<style>
a { background-color: #D8D0C1; }
a { background-color: rgb(216,208,193); }
div.DivClassName
{
background-color: #D8D0C1;
}
.BgClassName
{
background-color: #D8D0C1;
}
</style>
border-color css
<style>
span { border-color: #D8D0C1; }
span { border-color: rgb(216,208,193); }
td.TdClassName
{
border-color: #D8D0C1;
}
.TagClassName
{
border-color: #D8D0C1;
}
</style>