Shades of Green White #D7D7CE
Tints of Green White #D7D7CE
RGB
CMYK
RGB Variations
Color information
#D7D7CE (or 0xD7D7CE) is known color: Green White. HEX triplet: D7, D7 and CE. RGB value is (215,215,206). Sum of RGB (Red+Green+Blue) = 215+215+206=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 215 - color contains mainly: red, green. Hex color #D7D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D7CE is #282831. Grayscale: #D6D6D6. Windows color (decimal): -2631730 or 13555671. OLE color: 13555671.
HSL color Cylindrical-coordinate representation of color #D7D7CE: hue angle of 60º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7D7CE is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 215 | 206 | - |
| CMYK | 0 | 0 | 0.04 | 0.16 |
| HSL | 60º | 0.1% | 0.83% | - |
| HSV(B) | 60º | 0.04% | 0.84% | - |
| XYZ | 63.47 | 67.5 | 68.08 | - |
| YUV | 213.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 215 | 206 | 0 | 0 | 0.04 | 0.16 | 60 | 0.1 | 0.83 |
| Hex | D7 | D7 | CE | 0 | 0 | 4 | 10 | 3C | A | 53 |
| Octal | 327 | 327 | 316 | 0 | 0 | 4 | 20 | 74 | 12 | 123 |
| Binary | 11010111 | 11010111 | 11001110 | 0 | 0 | 100 | 10000 | 111100 | 1010 | 1010011 |
Color Harmonies of #D7D7CE
Complementary color
Monochromatic Colors of #D7D7CE
Black with #D7D7CE
Text Example
Text Example
White with #D7D7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D7CE; }
p { color: rgb(215,215,206); }
H1.HeaderClassName
{
color: #D7D7CE;
}
.AnyTagClassName
{
color: #D7D7CE;
}
</style>
background-color css
<style>
a { background-color: #D7D7CE; }
a { background-color: rgb(215,215,206); }
div.DivClassName
{
background-color: #D7D7CE;
}
.BgClassName
{
background-color: #D7D7CE;
}
</style>
border-color css
<style>
span { border-color: #D7D7CE; }
span { border-color: rgb(215,215,206); }
td.TdClassName
{
border-color: #D7D7CE;
}
.TagClassName
{
border-color: #D7D7CE;
}
</style>