Shades of Quartz #DAD8ED
Tints of Quartz #DAD8ED
RGB
CMYK
RGB Variations
Color information
#DAD8ED (or 0xDAD8ED) is known color: Quartz. HEX triplet: DA, D8 and ED. RGB value is (218,216,237). Sum of RGB (Red+Green+Blue) = 218+216+237=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8ED is #252712. Grayscale: #DADADA. Windows color (decimal): -2434835 or 15587546. OLE color: 15587546.
HSL color Cylindrical-coordinate representation of color #DAD8ED: hue angle of 245.71º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD8ED is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 216 | 237 | - |
CMYK | 0.08 | 0.09 | 0 | 0.07 |
HSL | 245.71º | 0.37% | 0.89% | - |
HSV(B) | 245.71º | 0.09% | 0.93% | - |
XYZ | 68.76 | 70.13 | 90.03 | - |
YUV | 218.99 | 138.16 | 127.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 237 | 0.08 | 0.09 | 0 | 0.07 | 245.71 | 0.37 | 0.89 |
Hex | DA | D8 | ED | 8 | 9 | 0 | 7 | F6 | 25 | 59 |
Octal | 332 | 330 | 355 | 10 | 11 | 0 | 7 | 366 | 45 | 131 |
Binary | 11011010 | 11011000 | 11101101 | 1000 | 1001 | 0 | 111 | 11110110 | 100101 | 1011001 |
Color Harmonies of #DAD8ED
Complementary color
Monochromatic Colors of #DAD8ED
Black with #DAD8ED
Text Example
Text Example
White with #DAD8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8ED; }
p { color: rgb(218,216,237); }
H1.HeaderClassName
{
color: #DAD8ED;
}
.AnyTagClassName
{
color: #DAD8ED;
}
</style>
background-color css
<style>
a { background-color: #DAD8ED; }
a { background-color: rgb(218,216,237); }
div.DivClassName
{
background-color: #DAD8ED;
}
.BgClassName
{
background-color: #DAD8ED;
}
</style>
border-color css
<style>
span { border-color: #DAD8ED; }
span { border-color: rgb(218,216,237); }
td.TdClassName
{
border-color: #DAD8ED;
}
.TagClassName
{
border-color: #DAD8ED;
}
</style>