Shades of Quartz #DAD6EF
Tints of Quartz #DAD6EF
RGB
CMYK
RGB Variations
Color information
#DAD6EF (or 0xDAD6EF) is known color: Quartz. HEX triplet: DA, D6 and EF. RGB value is (218,214,239). Sum of RGB (Red+Green+Blue) = 218+214+239=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 214 (83.98% from 255 or 31.89% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #DAD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6EF is #252910. Grayscale: #D9D9D9. Windows color (decimal): -2435345 or 15718106. OLE color: 15718106.
HSL color Cylindrical-coordinate representation of color #DAD6EF: hue angle of 249.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD6EF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 214 | 239 | - |
CMYK | 0.09 | 0.10 | 0 | 0.06 |
HSL | 249.6º | 0.44% | 0.89% | - |
HSV(B) | 249.6º | 0.1% | 0.94% | - |
XYZ | 68.54 | 69.23 | 91.41 | - |
YUV | 218.05 | 139.83 | 127.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 214 | 239 | 0.09 | 0.10 | 0 | 0.06 | 249.6 | 0.44 | 0.89 |
Hex | DA | D6 | EF | 9 | A | 0 | 6 | FA | 2C | 59 |
Octal | 332 | 326 | 357 | 11 | 12 | 0 | 6 | 372 | 54 | 131 |
Binary | 11011010 | 11010110 | 11101111 | 1001 | 1010 | 0 | 110 | 11111010 | 101100 | 1011001 |
Color Harmonies of #DAD6EF
Complementary color
Monochromatic Colors of #DAD6EF
Black with #DAD6EF
Text Example
Text Example
White with #DAD6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6EF; }
p { color: rgb(218,214,239); }
H1.HeaderClassName
{
color: #DAD6EF;
}
.AnyTagClassName
{
color: #DAD6EF;
}
</style>
background-color css
<style>
a { background-color: #DAD6EF; }
a { background-color: rgb(218,214,239); }
div.DivClassName
{
background-color: #DAD6EF;
}
.BgClassName
{
background-color: #DAD6EF;
}
</style>
border-color css
<style>
span { border-color: #DAD6EF; }
span { border-color: rgb(218,214,239); }
td.TdClassName
{
border-color: #DAD6EF;
}
.TagClassName
{
border-color: #DAD6EF;
}
</style>