Shades of Quartz #DAD6EC
Tints of Quartz #DAD6EC
RGB
CMYK
RGB Variations
Color information
#DAD6EC (or 0xDAD6EC) is known color: Quartz. HEX triplet: DA, D6 and EC. RGB value is (218,214,236). Sum of RGB (Red+Green+Blue) = 218+214+236=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD6EC is #252913. Grayscale: #D9D9D9. Windows color (decimal): -2435348 or 15521498. OLE color: 15521498.
HSL color Cylindrical-coordinate representation of color #DAD6EC: hue angle of 250.91º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD6EC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 214 | 236 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.07 |
| HSL | 250.91º | 0.37% | 0.88% | - |
| HSV(B) | 250.91º | 0.09% | 0.93% | - |
| XYZ | 68.1 | 69.05 | 89.1 | - |
| YUV | 217.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 236 | 0.08 | 0.09 | 0 | 0.07 | 250.91 | 0.37 | 0.88 |
| Hex | DA | D6 | EC | 8 | 9 | 0 | 7 | FB | 25 | 58 |
| Octal | 332 | 326 | 354 | 10 | 11 | 0 | 7 | 373 | 45 | 130 |
| Binary | 11011010 | 11010110 | 11101100 | 1000 | 1001 | 0 | 111 | 11111011 | 100101 | 1011000 |
Color Harmonies of #DAD6EC
Complementary color
Monochromatic Colors of #DAD6EC
Black with #DAD6EC
Text Example
Text Example
White with #DAD6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6EC; }
p { color: rgb(218,214,236); }
H1.HeaderClassName
{
color: #DAD6EC;
}
.AnyTagClassName
{
color: #DAD6EC;
}
</style>
background-color css
<style>
a { background-color: #DAD6EC; }
a { background-color: rgb(218,214,236); }
div.DivClassName
{
background-color: #DAD6EC;
}
.BgClassName
{
background-color: #DAD6EC;
}
</style>
border-color css
<style>
span { border-color: #DAD6EC; }
span { border-color: rgb(218,214,236); }
td.TdClassName
{
border-color: #DAD6EC;
}
.TagClassName
{
border-color: #DAD6EC;
}
</style>