Shades of Quartz #DAD5F2
Tints of Quartz #DAD5F2
RGB
CMYK
RGB Variations
Color information
#DAD5F2 (or 0xDAD5F2) is known color: Quartz. HEX triplet: DA, D5 and F2. RGB value is (218,213,242). Sum of RGB (Red+Green+Blue) = 218+213+242=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAD5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD5F2 is #252A0D. Grayscale: #D9D9D9. Windows color (decimal): -2435598 or 15914458. OLE color: 15914458.
HSL color Cylindrical-coordinate representation of color #DAD5F2: hue angle of 250.34º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD5F2 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 213 | 242 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.05 |
| HSL | 250.34º | 0.53% | 0.89% | - |
| HSV(B) | 250.34º | 0.12% | 0.95% | - |
| XYZ | 68.73 | 68.9 | 93.68 | - |
| YUV | 217.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 242 | 0.10 | 0.12 | 0 | 0.05 | 250.34 | 0.53 | 0.89 |
| Hex | DA | D5 | F2 | A | C | 0 | 5 | FA | 35 | 59 |
| Octal | 332 | 325 | 362 | 12 | 14 | 0 | 5 | 372 | 65 | 131 |
| Binary | 11011010 | 11010101 | 11110010 | 1010 | 1100 | 0 | 101 | 11111010 | 110101 | 1011001 |
Color Harmonies of #DAD5F2
Complementary color
Monochromatic Colors of #DAD5F2
Black with #DAD5F2
Text Example
Text Example
White with #DAD5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5F2; }
p { color: rgb(218,213,242); }
H1.HeaderClassName
{
color: #DAD5F2;
}
.AnyTagClassName
{
color: #DAD5F2;
}
</style>
background-color css
<style>
a { background-color: #DAD5F2; }
a { background-color: rgb(218,213,242); }
div.DivClassName
{
background-color: #DAD5F2;
}
.BgClassName
{
background-color: #DAD5F2;
}
</style>
border-color css
<style>
span { border-color: #DAD5F2; }
span { border-color: rgb(218,213,242); }
td.TdClassName
{
border-color: #DAD5F2;
}
.TagClassName
{
border-color: #DAD5F2;
}
</style>