Shades of Gallery #DAD6D0
Tints of Gallery #DAD6D0
RGB
CMYK
RGB Variations
Color information
#DAD6D0 (or 0xDAD6D0) is known color: Gallery. HEX triplet: DA, D6 and D0. RGB value is (218,214,208). Sum of RGB (Red+Green+Blue) = 218+214+208=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6D0 is #25292F. Grayscale: #D6D6D6. Windows color (decimal): -2435376 or 13686490. OLE color: 13686490.
HSL color Cylindrical-coordinate representation of color #DAD6D0: hue angle of 36º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAD6D0 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 214 | 208 | - |
CMYK | 0 | 0.02 | 0.05 | 0.15 |
HSL | 36º | 0.12% | 0.84% | - |
HSV(B) | 36º | 0.05% | 0.85% | - |
XYZ | 64.35 | 67.55 | 69.32 | - |
YUV | 214.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 208 | 0 | 0.02 | 0.05 | 0.15 | 36 | 0.12 | 0.84 |
Hex | DA | D6 | D0 | 0 | 2 | 5 | F | 24 | C | 54 |
Octal | 332 | 326 | 320 | 0 | 2 | 5 | 17 | 44 | 14 | 124 |
Binary | 11011010 | 11010110 | 11010000 | 0 | 10 | 101 | 1111 | 100100 | 1100 | 1010100 |
Color Harmonies of #DAD6D0
Complementary color
Monochromatic Colors of #DAD6D0
Black with #DAD6D0
Text Example
Text Example
White with #DAD6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6D0; }
p { color: rgb(218,214,208); }
H1.HeaderClassName
{
color: #DAD6D0;
}
.AnyTagClassName
{
color: #DAD6D0;
}
</style>
background-color css
<style>
a { background-color: #DAD6D0; }
a { background-color: rgb(218,214,208); }
div.DivClassName
{
background-color: #DAD6D0;
}
.BgClassName
{
background-color: #DAD6D0;
}
</style>
border-color css
<style>
span { border-color: #DAD6D0; }
span { border-color: rgb(218,214,208); }
td.TdClassName
{
border-color: #DAD6D0;
}
.TagClassName
{
border-color: #DAD6D0;
}
</style>