Shades of Gallery #D7D2CC
Tints of Gallery #D7D2CC
RGB
CMYK
RGB Variations
Color information
#D7D2CC (or 0xD7D2CC) is known color: Gallery. HEX triplet: D7, D2 and CC. RGB value is (215,210,204). Sum of RGB (Red+Green+Blue) = 215+210+204=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 210 (82.42% from 255 or 33.39% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D2CC is #282D33. Grayscale: #D2D2D2. Windows color (decimal): -2633012 or 13423319. OLE color: 13423319.
HSL color Cylindrical-coordinate representation of color #D7D2CC: hue angle of 32.73º 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 #D7D2CC is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 210 | 204 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.16 |
| HSL | 32.73º | 0.12% | 0.82% | - |
| HSV(B) | 32.73º | 0.05% | 0.84% | - |
| XYZ | 61.97 | 64.9 | 66.39 | - |
| YUV | 210.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 210 | 204 | 0 | 0.02 | 0.05 | 0.16 | 32.73 | 0.12 | 0.82 |
| Hex | D7 | D2 | CC | 0 | 2 | 5 | 10 | 21 | C | 52 |
| Octal | 327 | 322 | 314 | 0 | 2 | 5 | 20 | 41 | 14 | 122 |
| Binary | 11010111 | 11010010 | 11001100 | 0 | 10 | 101 | 10000 | 100001 | 1100 | 1010010 |
Color Harmonies of #D7D2CC
Complementary color
Monochromatic Colors of #D7D2CC
Black with #D7D2CC
Text Example
Text Example
White with #D7D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D2CC; }
p { color: rgb(215,210,204); }
H1.HeaderClassName
{
color: #D7D2CC;
}
.AnyTagClassName
{
color: #D7D2CC;
}
</style>
background-color css
<style>
a { background-color: #D7D2CC; }
a { background-color: rgb(215,210,204); }
div.DivClassName
{
background-color: #D7D2CC;
}
.BgClassName
{
background-color: #D7D2CC;
}
</style>
border-color css
<style>
span { border-color: #D7D2CC; }
span { border-color: rgb(215,210,204); }
td.TdClassName
{
border-color: #D7D2CC;
}
.TagClassName
{
border-color: #D7D2CC;
}
</style>