Shades of Quartz #DAD3FF
Tints of Quartz #DAD3FF
RGB
CMYK
RGB Variations
Color information
#DAD3FF (or 0xDAD3FF) is known color: Quartz. HEX triplet: DA, D3 and FF. RGB value is (218,211,255). Sum of RGB (Red+Green+Blue) = 218+211+255=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FF is #252C00. Grayscale: #D9D9D9. Windows color (decimal): -2436097 or 16765914. OLE color: 16765914.
HSL color Cylindrical-coordinate representation of color #DAD3FF: hue angle of 249.55º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD3FF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 211 | 255 | - |
| CMYK | 0.15 | 0.17 | 0 | 0 |
| HSL | 249.55º | 1% | 0.91% | - |
| HSV(B) | 249.55º | 0.17% | 1% | - |
| XYZ | 70.26 | 68.71 | 104.17 | - |
| YUV | 218.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 255 | 0.15 | 0.17 | 0 | 0 | 249.55 | 1 | 0.91 |
| Hex | DA | D3 | FF | F | 11 | 0 | 0 | FA | 64 | 5B |
| Octal | 332 | 323 | 377 | 17 | 21 | 0 | 0 | 372 | 144 | 133 |
| Binary | 11011010 | 11010011 | 11111111 | 1111 | 10001 | 0 | 0 | 11111010 | 1100100 | 1011011 |
Color Harmonies of #DAD3FF
Complementary color
Monochromatic Colors of #DAD3FF
Black with #DAD3FF
Text Example
Text Example
White with #DAD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3FF; }
p { color: rgb(218,211,255); }
H1.HeaderClassName
{
color: #DAD3FF;
}
.AnyTagClassName
{
color: #DAD3FF;
}
</style>
background-color css
<style>
a { background-color: #DAD3FF; }
a { background-color: rgb(218,211,255); }
div.DivClassName
{
background-color: #DAD3FF;
}
.BgClassName
{
background-color: #DAD3FF;
}
</style>
border-color css
<style>
span { border-color: #DAD3FF; }
span { border-color: rgb(218,211,255); }
td.TdClassName
{
border-color: #DAD3FF;
}
.TagClassName
{
border-color: #DAD3FF;
}
</style>