Shades of Green White #D8D7CB
Tints of Green White #D8D7CB
RGB
CMYK
RGB Variations
Color information
#D8D7CB (or 0xD8D7CB) is known color: Green White. HEX triplet: D8, D7 and CB. RGB value is (216,215,203). Sum of RGB (Red+Green+Blue) = 216+215+203=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7CB is #272834. Grayscale: #D5D5D5. Windows color (decimal): -2566197 or 13359064. OLE color: 13359064.
HSL color Cylindrical-coordinate representation of color #D8D7CB: hue angle of 55.38º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8D7CB is Cyan = 0, Magento = 0.00, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 215 | 203 | - |
| CMYK | 0 | 0.00 | 0.06 | 0.15 |
| HSL | 55.38º | 0.14% | 0.82% | - |
| HSV(B) | 55.38º | 0.06% | 0.85% | - |
| XYZ | 63.4 | 67.51 | 66.19 | - |
| YUV | 213.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 215 | 203 | 0 | 0.00 | 0.06 | 0.15 | 55.38 | 0.14 | 0.82 |
| Hex | D8 | D7 | CB | 0 | 0 | 6 | F | 37 | E | 52 |
| Octal | 330 | 327 | 313 | 0 | 0 | 6 | 17 | 67 | 16 | 122 |
| Binary | 11011000 | 11010111 | 11001011 | 0 | 0 | 110 | 1111 | 110111 | 1110 | 1010010 |
Color Harmonies of #D8D7CB
Complementary color
Monochromatic Colors of #D8D7CB
Black with #D8D7CB
Text Example
Text Example
White with #D8D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D7CB; }
p { color: rgb(216,215,203); }
H1.HeaderClassName
{
color: #D8D7CB;
}
.AnyTagClassName
{
color: #D8D7CB;
}
</style>
background-color css
<style>
a { background-color: #D8D7CB; }
a { background-color: rgb(216,215,203); }
div.DivClassName
{
background-color: #D8D7CB;
}
.BgClassName
{
background-color: #D8D7CB;
}
</style>
border-color css
<style>
span { border-color: #D8D7CB; }
span { border-color: rgb(216,215,203); }
td.TdClassName
{
border-color: #D8D7CB;
}
.TagClassName
{
border-color: #D8D7CB;
}
</style>