Shades of Gallery #D6D4D2
Tints of Gallery #D6D4D2
RGB
CMYK
RGB Variations
Color information
#D6D4D2 (or 0xD6D4D2) is known color: Gallery. HEX triplet: D6, D4 and D2. RGB value is (214,212,210). Sum of RGB (Red+Green+Blue) = 214+212+210=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D4D2 is #292B2D. Grayscale: #D4D4D4. Windows color (decimal): -2698030 or 13817046. OLE color: 13817046.
HSL color Cylindrical-coordinate representation of color #D6D4D2: hue angle of 30º degrees, saturation: 0.05, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6D4D2 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 212 | 210 | - |
CMYK | 0 | 0.01 | 0.02 | 0.16 |
HSL | 30º | 0.05% | 0.83% | - |
HSV(B) | 30º | 0.02% | 0.84% | - |
XYZ | 62.91 | 66.04 | 70.4 | - |
YUV | 212.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 212 | 210 | 0 | 0.01 | 0.02 | 0.16 | 30 | 0.05 | 0.83 |
Hex | D6 | D4 | D2 | 0 | 1 | 2 | 10 | 1E | 5 | 53 |
Octal | 326 | 324 | 322 | 0 | 1 | 2 | 20 | 36 | 5 | 123 |
Binary | 11010110 | 11010100 | 11010010 | 0 | 1 | 10 | 10000 | 11110 | 101 | 1010011 |
Color Harmonies of #D6D4D2
Complementary color
Monochromatic Colors of #D6D4D2
Black with #D6D4D2
Text Example
Text Example
White with #D6D4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D4D2; }
p { color: rgb(214,212,210); }
H1.HeaderClassName
{
color: #D6D4D2;
}
.AnyTagClassName
{
color: #D6D4D2;
}
</style>
background-color css
<style>
a { background-color: #D6D4D2; }
a { background-color: rgb(214,212,210); }
div.DivClassName
{
background-color: #D6D4D2;
}
.BgClassName
{
background-color: #D6D4D2;
}
</style>
border-color css
<style>
span { border-color: #D6D4D2; }
span { border-color: rgb(214,212,210); }
td.TdClassName
{
border-color: #D6D4D2;
}
.TagClassName
{
border-color: #D6D4D2;
}
</style>