Shades of Blanc #D8D0C2
Tints of Blanc #D8D0C2
RGB
CMYK
RGB Variations
Color information
#D8D0C2 (or 0xD8D0C2) is known color: Blanc. HEX triplet: D8, D0 and C2. RGB value is (216,208,194). Sum of RGB (Red+Green+Blue) = 216+208+194=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D0C2 is #272F3D. Grayscale: #D0D0D0. Windows color (decimal): -2567998 or 12767448. OLE color: 12767448.
HSL color Cylindrical-coordinate representation of color #D8D0C2: hue angle of 38.18º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8D0C2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 194 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.15 |
| HSL | 38.18º | 0.22% | 0.8% | - |
| HSV(B) | 38.18º | 0.1% | 0.85% | - |
| XYZ | 60.61 | 63.61 | 60.12 | - |
| YUV | 208.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 194 | 0 | 0.04 | 0.10 | 0.15 | 38.18 | 0.22 | 0.8 |
| Hex | D8 | D0 | C2 | 0 | 4 | A | F | 26 | 16 | 50 |
| Octal | 330 | 320 | 302 | 0 | 4 | 12 | 17 | 46 | 26 | 120 |
| Binary | 11011000 | 11010000 | 11000010 | 0 | 100 | 1010 | 1111 | 100110 | 10110 | 1010000 |
Color Harmonies of #D8D0C2
Complementary color
Monochromatic Colors of #D8D0C2
Black with #D8D0C2
Text Example
Text Example
White with #D8D0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D0C2; }
p { color: rgb(216,208,194); }
H1.HeaderClassName
{
color: #D8D0C2;
}
.AnyTagClassName
{
color: #D8D0C2;
}
</style>
background-color css
<style>
a { background-color: #D8D0C2; }
a { background-color: rgb(216,208,194); }
div.DivClassName
{
background-color: #D8D0C2;
}
.BgClassName
{
background-color: #D8D0C2;
}
</style>
border-color css
<style>
span { border-color: #D8D0C2; }
span { border-color: rgb(216,208,194); }
td.TdClassName
{
border-color: #D8D0C2;
}
.TagClassName
{
border-color: #D8D0C2;
}
</style>