Shades of Gallery #DAD8D5
Tints of Gallery #DAD8D5
RGB
CMYK
RGB Variations
Color information
#DAD8D5 (or 0xDAD8D5) is known color: Gallery. HEX triplet: DA, D8 and D5. RGB value is (218,216,213). Sum of RGB (Red+Green+Blue) = 218+216+213=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8D5 is #25272A. Grayscale: #D8D8D8. Windows color (decimal): -2434859 or 14014682. OLE color: 14014682.
HSL color Cylindrical-coordinate representation of color #DAD8D5: hue angle of 36º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DAD8D5 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 216 | 213 | - |
CMYK | 0 | 0.01 | 0.02 | 0.15 |
HSL | 36º | 0.06% | 0.85% | - |
HSV(B) | 36º | 0.02% | 0.85% | - |
XYZ | 65.48 | 68.82 | 72.78 | - |
YUV | 216.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 213 | 0 | 0.01 | 0.02 | 0.15 | 36 | 0.06 | 0.85 |
Hex | DA | D8 | D5 | 0 | 1 | 2 | F | 24 | 6 | 55 |
Octal | 332 | 330 | 325 | 0 | 1 | 2 | 17 | 44 | 6 | 125 |
Binary | 11011010 | 11011000 | 11010101 | 0 | 1 | 10 | 1111 | 100100 | 110 | 1010101 |
Color Harmonies of #DAD8D5
Complementary color
Monochromatic Colors of #DAD8D5
Black with #DAD8D5
Text Example
Text Example
White with #DAD8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8D5; }
p { color: rgb(218,216,213); }
H1.HeaderClassName
{
color: #DAD8D5;
}
.AnyTagClassName
{
color: #DAD8D5;
}
</style>
background-color css
<style>
a { background-color: #DAD8D5; }
a { background-color: rgb(218,216,213); }
div.DivClassName
{
background-color: #DAD8D5;
}
.BgClassName
{
background-color: #DAD8D5;
}
</style>
border-color css
<style>
span { border-color: #DAD8D5; }
span { border-color: rgb(218,216,213); }
td.TdClassName
{
border-color: #DAD8D5;
}
.TagClassName
{
border-color: #DAD8D5;
}
</style>