Shades of Quartz #DAD2FE
Tints of Quartz #DAD2FE
RGB
CMYK
RGB Variations
Color information
#DAD2FE (or 0xDAD2FE) is known color: Quartz. HEX triplet: DA, D2 and FE. RGB value is (218,210,254). Sum of RGB (Red+Green+Blue) = 218+210+254=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #DAD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2FE is #252D01. Grayscale: #D9D9D9. Windows color (decimal): -2436354 or 16700122. OLE color: 16700122.
HSL color Cylindrical-coordinate representation of color #DAD2FE: hue angle of 250.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAD2FE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 210 | 254 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.00 |
| HSL | 250.91º | 0.96% | 0.91% | - |
| HSV(B) | 250.91º | 0.17% | 1% | - |
| XYZ | 69.85 | 68.15 | 103.24 | - |
| YUV | 217.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 254 | 0.14 | 0.17 | 0 | 0.00 | 250.91 | 0.96 | 0.91 |
| Hex | DA | D2 | FE | E | 11 | 0 | 0 | FB | 60 | 5B |
| Octal | 332 | 322 | 376 | 16 | 21 | 0 | 0 | 373 | 140 | 133 |
| Binary | 11011010 | 11010010 | 11111110 | 1110 | 10001 | 0 | 0 | 11111011 | 1100000 | 1011011 |
Color Harmonies of #DAD2FE
Complementary color
Monochromatic Colors of #DAD2FE
Black with #DAD2FE
Text Example
Text Example
White with #DAD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2FE; }
p { color: rgb(218,210,254); }
H1.HeaderClassName
{
color: #DAD2FE;
}
.AnyTagClassName
{
color: #DAD2FE;
}
</style>
background-color css
<style>
a { background-color: #DAD2FE; }
a { background-color: rgb(218,210,254); }
div.DivClassName
{
background-color: #DAD2FE;
}
.BgClassName
{
background-color: #DAD2FE;
}
</style>
border-color css
<style>
span { border-color: #DAD2FE; }
span { border-color: rgb(218,210,254); }
td.TdClassName
{
border-color: #DAD2FE;
}
.TagClassName
{
border-color: #DAD2FE;
}
</style>