Shades of Green White #D6D6CB
Tints of Green White #D6D6CB
RGB
CMYK
RGB Variations
Color information
#D6D6CB (or 0xD6D6CB) is known color: Green White. HEX triplet: D6, D6 and CB. RGB value is (214,214,203). Sum of RGB (Red+Green+Blue) = 214+214+203=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6CB is #292934. Grayscale: #D4D4D4. Windows color (decimal): -2697525 or 13358806. OLE color: 13358806.
HSL color Cylindrical-coordinate representation of color #D6D6CB: hue angle of 60º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D6CB is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 214 | 203 | - |
| CMYK | 0 | 0 | 0.05 | 0.16 |
| HSL | 60º | 0.12% | 0.82% | - |
| HSV(B) | 60º | 0.05% | 0.84% | - |
| XYZ | 62.56 | 66.7 | 66.08 | - |
| YUV | 212.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 214 | 203 | 0 | 0 | 0.05 | 0.16 | 60 | 0.12 | 0.82 |
| Hex | D6 | D6 | CB | 0 | 0 | 5 | 10 | 3C | C | 52 |
| Octal | 326 | 326 | 313 | 0 | 0 | 5 | 20 | 74 | 14 | 122 |
| Binary | 11010110 | 11010110 | 11001011 | 0 | 0 | 101 | 10000 | 111100 | 1100 | 1010010 |
Color Harmonies of #D6D6CB
Complementary color
Monochromatic Colors of #D6D6CB
Black with #D6D6CB
Text Example
Text Example
White with #D6D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D6CB; }
p { color: rgb(214,214,203); }
H1.HeaderClassName
{
color: #D6D6CB;
}
.AnyTagClassName
{
color: #D6D6CB;
}
</style>
background-color css
<style>
a { background-color: #D6D6CB; }
a { background-color: rgb(214,214,203); }
div.DivClassName
{
background-color: #D6D6CB;
}
.BgClassName
{
background-color: #D6D6CB;
}
</style>
border-color css
<style>
span { border-color: #D6D6CB; }
span { border-color: rgb(214,214,203); }
td.TdClassName
{
border-color: #D6D6CB;
}
.TagClassName
{
border-color: #D6D6CB;
}
</style>