Shades of Quartz #DAD3FB
Tints of Quartz #DAD3FB
RGB
CMYK
RGB Variations
Color information
#DAD3FB (or 0xDAD3FB) is known color: Quartz. HEX triplet: DA, D3 and FB. RGB value is (218,211,251). Sum of RGB (Red+Green+Blue) = 218+211+251=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 211 (82.81% from 255 or 31.03% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #DAD3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3FB is #252C04. Grayscale: #D9D9D9. Windows color (decimal): -2436101 or 16503770. OLE color: 16503770.
HSL color Cylindrical-coordinate representation of color #DAD3FB: hue angle of 250.5º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD3FB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 211 | 251 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.02 |
| HSL | 250.5º | 0.83% | 0.91% | - |
| HSV(B) | 250.5º | 0.16% | 0.98% | - |
| XYZ | 69.62 | 68.46 | 100.81 | - |
| YUV | 217.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 251 | 0.13 | 0.16 | 0 | 0.02 | 250.5 | 0.83 | 0.91 |
| Hex | DA | D3 | FB | D | 10 | 0 | 2 | FB | 53 | 5B |
| Octal | 332 | 323 | 373 | 15 | 20 | 0 | 2 | 373 | 123 | 133 |
| Binary | 11011010 | 11010011 | 11111011 | 1101 | 10000 | 0 | 10 | 11111011 | 1010011 | 1011011 |
Color Harmonies of #DAD3FB
Complementary color
Monochromatic Colors of #DAD3FB
Black with #DAD3FB
Text Example
Text Example
White with #DAD3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3FB; }
p { color: rgb(218,211,251); }
H1.HeaderClassName
{
color: #DAD3FB;
}
.AnyTagClassName
{
color: #DAD3FB;
}
</style>
background-color css
<style>
a { background-color: #DAD3FB; }
a { background-color: rgb(218,211,251); }
div.DivClassName
{
background-color: #DAD3FB;
}
.BgClassName
{
background-color: #DAD3FB;
}
</style>
border-color css
<style>
span { border-color: #DAD3FB; }
span { border-color: rgb(218,211,251); }
td.TdClassName
{
border-color: #DAD3FB;
}
.TagClassName
{
border-color: #DAD3FB;
}
</style>