Shades of Quartz #DAD2F5
Tints of Quartz #DAD2F5
RGB
CMYK
RGB Variations
Color information
#DAD2F5 (or 0xDAD2F5) is known color: Quartz. HEX triplet: DA, D2 and F5. RGB value is (218,210,245). Sum of RGB (Red+Green+Blue) = 218+210+245=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 210 (82.42% from 255 or 31.20% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #DAD2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2F5 is #252D0A. Grayscale: #D8D8D8. Windows color (decimal): -2436363 or 16110298. OLE color: 16110298.
HSL color Cylindrical-coordinate representation of color #DAD2F5: hue angle of 253.71º degrees, saturation: 0.64, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAD2F5 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 210 | 245 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.04 |
| HSL | 253.71º | 0.64% | 0.89% | - |
| HSV(B) | 253.71º | 0.14% | 0.96% | - |
| XYZ | 68.44 | 67.59 | 95.83 | - |
| YUV | 216.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 245 | 0.11 | 0.14 | 0 | 0.04 | 253.71 | 0.64 | 0.89 |
| Hex | DA | D2 | F5 | B | E | 0 | 4 | FE | 40 | 59 |
| Octal | 332 | 322 | 365 | 13 | 16 | 0 | 4 | 376 | 100 | 131 |
| Binary | 11011010 | 11010010 | 11110101 | 1011 | 1110 | 0 | 100 | 11111110 | 1000000 | 1011001 |
Color Harmonies of #DAD2F5
Complementary color
Monochromatic Colors of #DAD2F5
Black with #DAD2F5
Text Example
Text Example
White with #DAD2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2F5; }
p { color: rgb(218,210,245); }
H1.HeaderClassName
{
color: #DAD2F5;
}
.AnyTagClassName
{
color: #DAD2F5;
}
</style>
background-color css
<style>
a { background-color: #DAD2F5; }
a { background-color: rgb(218,210,245); }
div.DivClassName
{
background-color: #DAD2F5;
}
.BgClassName
{
background-color: #DAD2F5;
}
</style>
border-color css
<style>
span { border-color: #DAD2F5; }
span { border-color: rgb(218,210,245); }
td.TdClassName
{
border-color: #DAD2F5;
}
.TagClassName
{
border-color: #DAD2F5;
}
</style>