Shades of Quartz #DAD9EC
Tints of Quartz #DAD9EC
RGB
CMYK
RGB Variations
Color information
#DAD9EC (or 0xDAD9EC) is known color: Quartz. HEX triplet: DA, D9 and EC. RGB value is (218,217,236). Sum of RGB (Red+Green+Blue) = 218+217+236=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9EC is #252613. Grayscale: #DBDBDB. Windows color (decimal): -2434580 or 15522266. OLE color: 15522266.
HSL color Cylindrical-coordinate representation of color #DAD9EC: hue angle of 243.16º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD9EC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 217 | 236 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 243.16º | 0.33% | 0.89% | - |
HSV(B) | 243.16º | 0.08% | 0.93% | - |
XYZ | 68.87 | 70.59 | 89.35 | - |
YUV | 219.47 | 137.33 | 126.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 236 | 0.08 | 0.08 | 0 | 0.07 | 243.16 | 0.33 | 0.89 |
Hex | DA | D9 | EC | 8 | 8 | 0 | 7 | F3 | 21 | 59 |
Octal | 332 | 331 | 354 | 10 | 10 | 0 | 7 | 363 | 41 | 131 |
Binary | 11011010 | 11011001 | 11101100 | 1000 | 1000 | 0 | 111 | 11110011 | 100001 | 1011001 |
Color Harmonies of #DAD9EC
Complementary color
Monochromatic Colors of #DAD9EC
Black with #DAD9EC
Text Example
Text Example
White with #DAD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9EC; }
p { color: rgb(218,217,236); }
H1.HeaderClassName
{
color: #DAD9EC;
}
.AnyTagClassName
{
color: #DAD9EC;
}
</style>
background-color css
<style>
a { background-color: #DAD9EC; }
a { background-color: rgb(218,217,236); }
div.DivClassName
{
background-color: #DAD9EC;
}
.BgClassName
{
background-color: #DAD9EC;
}
</style>
border-color css
<style>
span { border-color: #DAD9EC; }
span { border-color: rgb(218,217,236); }
td.TdClassName
{
border-color: #DAD9EC;
}
.TagClassName
{
border-color: #DAD9EC;
}
</style>