Shades of Gallery #DAD7D4
Tints of Gallery #DAD7D4
RGB
CMYK
RGB Variations
Color information
#DAD7D4 (or 0xDAD7D4) is known color: Gallery. HEX triplet: DA, D7 and D4. RGB value is (218,215,212). Sum of RGB (Red+Green+Blue) = 218+215+212=645 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.80% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7D4 is #25282B. Grayscale: #D7D7D7. Windows color (decimal): -2435116 or 13948890. OLE color: 13948890.
HSL color Cylindrical-coordinate representation of color #DAD7D4: hue angle of 30º degrees, saturation: 0.08, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAD7D4 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 215 | 212 | - |
CMYK | 0 | 0.01 | 0.03 | 0.15 |
HSL | 30º | 0.08% | 0.84% | - |
HSV(B) | 30º | 0.03% | 0.85% | - |
XYZ | 65.1 | 68.26 | 72.03 | - |
YUV | 215.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 212 | 0 | 0.01 | 0.03 | 0.15 | 30 | 0.08 | 0.84 |
Hex | DA | D7 | D4 | 0 | 1 | 3 | F | 1E | 8 | 54 |
Octal | 332 | 327 | 324 | 0 | 1 | 3 | 17 | 36 | 10 | 124 |
Binary | 11011010 | 11010111 | 11010100 | 0 | 1 | 11 | 1111 | 11110 | 1000 | 1010100 |
Color Harmonies of #DAD7D4
Complementary color
Monochromatic Colors of #DAD7D4
Black with #DAD7D4
Text Example
Text Example
White with #DAD7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7D4; }
p { color: rgb(218,215,212); }
H1.HeaderClassName
{
color: #DAD7D4;
}
.AnyTagClassName
{
color: #DAD7D4;
}
</style>
background-color css
<style>
a { background-color: #DAD7D4; }
a { background-color: rgb(218,215,212); }
div.DivClassName
{
background-color: #DAD7D4;
}
.BgClassName
{
background-color: #DAD7D4;
}
</style>
border-color css
<style>
span { border-color: #DAD7D4; }
span { border-color: rgb(218,215,212); }
td.TdClassName
{
border-color: #DAD7D4;
}
.TagClassName
{
border-color: #DAD7D4;
}
</style>