Shades of Quartz #DAD7EC
Tints of Quartz #DAD7EC
RGB
CMYK
RGB Variations
Color information
#DAD7EC (or 0xDAD7EC) is known color: Quartz. HEX triplet: DA, D7 and EC. RGB value is (218,215,236). Sum of RGB (Red+Green+Blue) = 218+215+236=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 215 (84.38% from 255 or 32.14% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7EC is #252813. Grayscale: #DADADA. Windows color (decimal): -2435092 or 15521754. OLE color: 15521754.
HSL color Cylindrical-coordinate representation of color #DAD7EC: hue angle of 248.57º degrees, saturation: 0.36, 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 #DAD7EC is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 215 | 236 | - |
CMYK | 0.08 | 0.09 | 0 | 0.07 |
HSL | 248.57º | 0.36% | 0.88% | - |
HSV(B) | 248.57º | 0.09% | 0.93% | - |
XYZ | 68.35 | 69.56 | 89.18 | - |
YUV | 218.29 | 137.99 | 127.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 236 | 0.08 | 0.09 | 0 | 0.07 | 248.57 | 0.36 | 0.88 |
Hex | DA | D7 | EC | 8 | 9 | 0 | 7 | F9 | 24 | 58 |
Octal | 332 | 327 | 354 | 10 | 11 | 0 | 7 | 371 | 44 | 130 |
Binary | 11011010 | 11010111 | 11101100 | 1000 | 1001 | 0 | 111 | 11111001 | 100100 | 1011000 |
Color Harmonies of #DAD7EC
Complementary color
Monochromatic Colors of #DAD7EC
Black with #DAD7EC
Text Example
Text Example
White with #DAD7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7EC; }
p { color: rgb(218,215,236); }
H1.HeaderClassName
{
color: #DAD7EC;
}
.AnyTagClassName
{
color: #DAD7EC;
}
</style>
background-color css
<style>
a { background-color: #DAD7EC; }
a { background-color: rgb(218,215,236); }
div.DivClassName
{
background-color: #DAD7EC;
}
.BgClassName
{
background-color: #DAD7EC;
}
</style>
border-color css
<style>
span { border-color: #DAD7EC; }
span { border-color: rgb(218,215,236); }
td.TdClassName
{
border-color: #DAD7EC;
}
.TagClassName
{
border-color: #DAD7EC;
}
</style>