Shades of Quartz #DAD7FA
Tints of Quartz #DAD7FA
RGB
CMYK
RGB Variations
Color information
#DAD7FA (or 0xDAD7FA) is known color: Quartz. HEX triplet: DA, D7 and FA. RGB value is (218,215,250). Sum of RGB (Red+Green+Blue) = 218+215+250=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 215 (84.38% from 255 or 31.48% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #DAD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD7FA is #252805. Grayscale: #DBDBDB. Windows color (decimal): -2435078 or 16439258. OLE color: 16439258.
HSL color Cylindrical-coordinate representation of color #DAD7FA: hue angle of 245.14º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD7FA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 215 | 250 | - |
CMYK | 0.13 | 0.14 | 0 | 0.02 |
HSL | 245.14º | 0.78% | 0.91% | - |
HSV(B) | 245.14º | 0.14% | 0.98% | - |
XYZ | 70.47 | 70.41 | 100.32 | - |
YUV | 219.89 | 144.99 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 250 | 0.13 | 0.14 | 0 | 0.02 | 245.14 | 0.78 | 0.91 |
Hex | DA | D7 | FA | D | E | 0 | 2 | F5 | 4E | 5B |
Octal | 332 | 327 | 372 | 15 | 16 | 0 | 2 | 365 | 116 | 133 |
Binary | 11011010 | 11010111 | 11111010 | 1101 | 1110 | 0 | 10 | 11110101 | 1001110 | 1011011 |
Color Harmonies of #DAD7FA
Complementary color
Monochromatic Colors of #DAD7FA
Black with #DAD7FA
Text Example
Text Example
White with #DAD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7FA; }
p { color: rgb(218,215,250); }
H1.HeaderClassName
{
color: #DAD7FA;
}
.AnyTagClassName
{
color: #DAD7FA;
}
</style>
background-color css
<style>
a { background-color: #DAD7FA; }
a { background-color: rgb(218,215,250); }
div.DivClassName
{
background-color: #DAD7FA;
}
.BgClassName
{
background-color: #DAD7FA;
}
</style>
border-color css
<style>
span { border-color: #DAD7FA; }
span { border-color: rgb(218,215,250); }
td.TdClassName
{
border-color: #DAD7FA;
}
.TagClassName
{
border-color: #DAD7FA;
}
</style>