Shades of Quartz #DAD5EC
Tints of Quartz #DAD5EC
RGB
CMYK
RGB Variations
Color information
#DAD5EC (or 0xDAD5EC) is known color: Quartz. HEX triplet: DA, D5 and EC. RGB value is (218,213,236). Sum of RGB (Red+Green+Blue) = 218+213+236=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5EC is #252A13. Grayscale: #D9D9D9. Windows color (decimal): -2435604 or 15521242. OLE color: 15521242.
HSL color Cylindrical-coordinate representation of color #DAD5EC: hue angle of 253.04º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD5EC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 213 | 236 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.07 |
| HSL | 253.04º | 0.38% | 0.88% | - |
| HSV(B) | 253.04º | 0.1% | 0.93% | - |
| XYZ | 67.85 | 68.55 | 89.01 | - |
| YUV | 217.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 236 | 0.08 | 0.10 | 0 | 0.07 | 253.04 | 0.38 | 0.88 |
| Hex | DA | D5 | EC | 8 | A | 0 | 7 | FD | 26 | 58 |
| Octal | 332 | 325 | 354 | 10 | 12 | 0 | 7 | 375 | 46 | 130 |
| Binary | 11011010 | 11010101 | 11101100 | 1000 | 1010 | 0 | 111 | 11111101 | 100110 | 1011000 |
Color Harmonies of #DAD5EC
Complementary color
Monochromatic Colors of #DAD5EC
Black with #DAD5EC
Text Example
Text Example
White with #DAD5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5EC; }
p { color: rgb(218,213,236); }
H1.HeaderClassName
{
color: #DAD5EC;
}
.AnyTagClassName
{
color: #DAD5EC;
}
</style>
background-color css
<style>
a { background-color: #DAD5EC; }
a { background-color: rgb(218,213,236); }
div.DivClassName
{
background-color: #DAD5EC;
}
.BgClassName
{
background-color: #DAD5EC;
}
</style>
border-color css
<style>
span { border-color: #DAD5EC; }
span { border-color: rgb(218,213,236); }
td.TdClassName
{
border-color: #DAD5EC;
}
.TagClassName
{
border-color: #DAD5EC;
}
</style>