Shades of Green White #D6D6CD
Tints of Green White #D6D6CD
RGB
CMYK
RGB Variations
Color information
#D6D6CD (or 0xD6D6CD) is known color: Green White. HEX triplet: D6, D6 and CD. RGB value is (214,214,205). Sum of RGB (Red+Green+Blue) = 214+214+205=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6CD is #292932. Grayscale: #D5D5D5. Windows color (decimal): -2697523 or 13489878. OLE color: 13489878.
HSL color Cylindrical-coordinate representation of color #D6D6CD: hue angle of 60º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6D6CD is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 214 | 205 | - |
CMYK | 0 | 0 | 0.04 | 0.16 |
HSL | 60º | 0.1% | 0.82% | - |
HSV(B) | 60º | 0.04% | 0.84% | - |
XYZ | 62.8 | 66.8 | 67.34 | - |
YUV | 212.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 214 | 205 | 0 | 0 | 0.04 | 0.16 | 60 | 0.1 | 0.82 |
Hex | D6 | D6 | CD | 0 | 0 | 4 | 10 | 3C | A | 52 |
Octal | 326 | 326 | 315 | 0 | 0 | 4 | 20 | 74 | 12 | 122 |
Binary | 11010110 | 11010110 | 11001101 | 0 | 0 | 100 | 10000 | 111100 | 1010 | 1010010 |
Color Harmonies of #D6D6CD
Complementary color
Monochromatic Colors of #D6D6CD
Black with #D6D6CD
Text Example
Text Example
White with #D6D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D6CD; }
p { color: rgb(214,214,205); }
H1.HeaderClassName
{
color: #D6D6CD;
}
.AnyTagClassName
{
color: #D6D6CD;
}
</style>
background-color css
<style>
a { background-color: #D6D6CD; }
a { background-color: rgb(214,214,205); }
div.DivClassName
{
background-color: #D6D6CD;
}
.BgClassName
{
background-color: #D6D6CD;
}
</style>
border-color css
<style>
span { border-color: #D6D6CD; }
span { border-color: rgb(214,214,205); }
td.TdClassName
{
border-color: #D6D6CD;
}
.TagClassName
{
border-color: #D6D6CD;
}
</style>