Shades of Gallery #DAD7D2
Tints of Gallery #DAD7D2
RGB
CMYK
RGB Variations
Color information
#DAD7D2 (or 0xDAD7D2) is known color: Gallery. HEX triplet: DA, D7 and D2. RGB value is (218,215,210). Sum of RGB (Red+Green+Blue) = 218+215+210=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7D2 is #25282D. Grayscale: #D7D7D7. Windows color (decimal): -2435118 or 13817818. OLE color: 13817818.
HSL color Cylindrical-coordinate representation of color #DAD7D2: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD7D2 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 215 | 210 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.15 |
| HSL | 37.5º | 0.1% | 0.84% | - |
| HSV(B) | 37.5º | 0.04% | 0.85% | - |
| XYZ | 64.85 | 68.16 | 70.71 | - |
| YUV | 215.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 215 | 210 | 0 | 0.01 | 0.04 | 0.15 | 37.5 | 0.1 | 0.84 |
| Hex | DA | D7 | D2 | 0 | 1 | 4 | F | 26 | A | 54 |
| Octal | 332 | 327 | 322 | 0 | 1 | 4 | 17 | 46 | 12 | 124 |
| Binary | 11011010 | 11010111 | 11010010 | 0 | 1 | 100 | 1111 | 100110 | 1010 | 1010100 |
Color Harmonies of #DAD7D2
Complementary color
Monochromatic Colors of #DAD7D2
Black with #DAD7D2
Text Example
Text Example
White with #DAD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7D2; }
p { color: rgb(218,215,210); }
H1.HeaderClassName
{
color: #DAD7D2;
}
.AnyTagClassName
{
color: #DAD7D2;
}
</style>
background-color css
<style>
a { background-color: #DAD7D2; }
a { background-color: rgb(218,215,210); }
div.DivClassName
{
background-color: #DAD7D2;
}
.BgClassName
{
background-color: #DAD7D2;
}
</style>
border-color css
<style>
span { border-color: #DAD7D2; }
span { border-color: rgb(218,215,210); }
td.TdClassName
{
border-color: #DAD7D2;
}
.TagClassName
{
border-color: #DAD7D2;
}
</style>