Shades of Gallery #D6D2CD
Tints of Gallery #D6D2CD
RGB
CMYK
RGB Variations
Color information
#D6D2CD (or 0xD6D2CD) is known color: Gallery. HEX triplet: D6, D2 and CD. RGB value is (214,210,205). Sum of RGB (Red+Green+Blue) = 214+210+205=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D2CD is #292D32. Grayscale: #D2D2D2. Windows color (decimal): -2698547 or 13488854. OLE color: 13488854.
HSL color Cylindrical-coordinate representation of color #D6D2CD: hue angle of 33.33º 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 #D6D2CD is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 205 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.16 |
| HSL | 33.33º | 0.1% | 0.82% | - |
| HSV(B) | 33.33º | 0.04% | 0.84% | - |
| XYZ | 61.8 | 64.8 | 67.01 | - |
| YUV | 210.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 205 | 0 | 0.02 | 0.04 | 0.16 | 33.33 | 0.1 | 0.82 |
| Hex | D6 | D2 | CD | 0 | 2 | 4 | 10 | 21 | A | 52 |
| Octal | 326 | 322 | 315 | 0 | 2 | 4 | 20 | 41 | 12 | 122 |
| Binary | 11010110 | 11010010 | 11001101 | 0 | 10 | 100 | 10000 | 100001 | 1010 | 1010010 |
Color Harmonies of #D6D2CD
Complementary color
Monochromatic Colors of #D6D2CD
Black with #D6D2CD
Text Example
Text Example
White with #D6D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D2CD; }
p { color: rgb(214,210,205); }
H1.HeaderClassName
{
color: #D6D2CD;
}
.AnyTagClassName
{
color: #D6D2CD;
}
</style>
background-color css
<style>
a { background-color: #D6D2CD; }
a { background-color: rgb(214,210,205); }
div.DivClassName
{
background-color: #D6D2CD;
}
.BgClassName
{
background-color: #D6D2CD;
}
</style>
border-color css
<style>
span { border-color: #D6D2CD; }
span { border-color: rgb(214,210,205); }
td.TdClassName
{
border-color: #D6D2CD;
}
.TagClassName
{
border-color: #D6D2CD;
}
</style>