Shades of Gallery #DAD6D1
Tints of Gallery #DAD6D1
RGB
CMYK
RGB Variations
Color information
#DAD6D1 (or 0xDAD6D1) is known color: Gallery. HEX triplet: DA, D6 and D1. RGB value is (218,214,209). Sum of RGB (Red+Green+Blue) = 218+214+209=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6D1 is #25292E. Grayscale: #D6D6D6. Windows color (decimal): -2435375 or 13752026. OLE color: 13752026.
HSL color Cylindrical-coordinate representation of color #DAD6D1: hue angle of 33.33º degrees, saturation: 0.11, 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 #DAD6D1 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 214 | 209 | - |
CMYK | 0 | 0.02 | 0.04 | 0.15 |
HSL | 33.33º | 0.11% | 0.84% | - |
HSV(B) | 33.33º | 0.04% | 0.85% | - |
XYZ | 64.47 | 67.6 | 69.97 | - |
YUV | 214.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 209 | 0 | 0.02 | 0.04 | 0.15 | 33.33 | 0.11 | 0.84 |
Hex | DA | D6 | D1 | 0 | 2 | 4 | F | 21 | B | 54 |
Octal | 332 | 326 | 321 | 0 | 2 | 4 | 17 | 41 | 13 | 124 |
Binary | 11011010 | 11010110 | 11010001 | 0 | 10 | 100 | 1111 | 100001 | 1011 | 1010100 |
Color Harmonies of #DAD6D1
Complementary color
Monochromatic Colors of #DAD6D1
Black with #DAD6D1
Text Example
Text Example
White with #DAD6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6D1; }
p { color: rgb(218,214,209); }
H1.HeaderClassName
{
color: #DAD6D1;
}
.AnyTagClassName
{
color: #DAD6D1;
}
</style>
background-color css
<style>
a { background-color: #DAD6D1; }
a { background-color: rgb(218,214,209); }
div.DivClassName
{
background-color: #DAD6D1;
}
.BgClassName
{
background-color: #DAD6D1;
}
</style>
border-color css
<style>
span { border-color: #DAD6D1; }
span { border-color: rgb(218,214,209); }
td.TdClassName
{
border-color: #DAD6D1;
}
.TagClassName
{
border-color: #DAD6D1;
}
</style>