Shades of Gallery #DAD7D3
Tints of Gallery #DAD7D3
RGB
CMYK
RGB Variations
Color information
#DAD7D3 (or 0xDAD7D3) is known color: Gallery. HEX triplet: DA, D7 and D3. RGB value is (218,215,211). Sum of RGB (Red+Green+Blue) = 218+215+211=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7D3 is #25282C. Grayscale: #D7D7D7. Windows color (decimal): -2435117 or 13883354. OLE color: 13883354.
HSL color Cylindrical-coordinate representation of color #DAD7D3: hue angle of 34.29º degrees, saturation: 0.09, 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 #DAD7D3 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 215 | 211 | - |
CMYK | 0 | 0.01 | 0.03 | 0.15 |
HSL | 34.29º | 0.09% | 0.84% | - |
HSV(B) | 34.29º | 0.03% | 0.85% | - |
XYZ | 64.97 | 68.21 | 71.37 | - |
YUV | 215.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 211 | 0 | 0.01 | 0.03 | 0.15 | 34.29 | 0.09 | 0.84 |
Hex | DA | D7 | D3 | 0 | 1 | 3 | F | 22 | 9 | 54 |
Octal | 332 | 327 | 323 | 0 | 1 | 3 | 17 | 42 | 11 | 124 |
Binary | 11011010 | 11010111 | 11010011 | 0 | 1 | 11 | 1111 | 100010 | 1001 | 1010100 |
Color Harmonies of #DAD7D3
Complementary color
Monochromatic Colors of #DAD7D3
Black with #DAD7D3
Text Example
Text Example
White with #DAD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7D3; }
p { color: rgb(218,215,211); }
H1.HeaderClassName
{
color: #DAD7D3;
}
.AnyTagClassName
{
color: #DAD7D3;
}
</style>
background-color css
<style>
a { background-color: #DAD7D3; }
a { background-color: rgb(218,215,211); }
div.DivClassName
{
background-color: #DAD7D3;
}
.BgClassName
{
background-color: #DAD7D3;
}
</style>
border-color css
<style>
span { border-color: #DAD7D3; }
span { border-color: rgb(218,215,211); }
td.TdClassName
{
border-color: #DAD7D3;
}
.TagClassName
{
border-color: #DAD7D3;
}
</style>