Shades of Quartz #DAD7EE
Tints of Quartz #DAD7EE
RGB
CMYK
RGB Variations
Color information
#DAD7EE (or 0xDAD7EE) is known color: Quartz. HEX triplet: DA, D7 and EE. RGB value is (218,215,238). Sum of RGB (Red+Green+Blue) = 218+215+238=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7EE is #252811. Grayscale: #DADADA. Windows color (decimal): -2435090 or 15652826. OLE color: 15652826.
HSL color Cylindrical-coordinate representation of color #DAD7EE: hue angle of 247.83º degrees, saturation: 0.4, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD7EE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 215 | 238 | - |
CMYK | 0.08 | 0.10 | 0 | 0.07 |
HSL | 247.83º | 0.4% | 0.89% | - |
HSV(B) | 247.83º | 0.1% | 0.93% | - |
XYZ | 68.65 | 69.68 | 90.72 | - |
YUV | 218.52 | 138.99 | 127.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 238 | 0.08 | 0.10 | 0 | 0.07 | 247.83 | 0.4 | 0.89 |
Hex | DA | D7 | EE | 8 | A | 0 | 7 | F8 | 28 | 59 |
Octal | 332 | 327 | 356 | 10 | 12 | 0 | 7 | 370 | 50 | 131 |
Binary | 11011010 | 11010111 | 11101110 | 1000 | 1010 | 0 | 111 | 11111000 | 101000 | 1011001 |
Color Harmonies of #DAD7EE
Complementary color
Monochromatic Colors of #DAD7EE
Black with #DAD7EE
Text Example
Text Example
White with #DAD7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7EE; }
p { color: rgb(218,215,238); }
H1.HeaderClassName
{
color: #DAD7EE;
}
.AnyTagClassName
{
color: #DAD7EE;
}
</style>
background-color css
<style>
a { background-color: #DAD7EE; }
a { background-color: rgb(218,215,238); }
div.DivClassName
{
background-color: #DAD7EE;
}
.BgClassName
{
background-color: #DAD7EE;
}
</style>
border-color css
<style>
span { border-color: #DAD7EE; }
span { border-color: rgb(218,215,238); }
td.TdClassName
{
border-color: #DAD7EE;
}
.TagClassName
{
border-color: #DAD7EE;
}
</style>