Shades of Quartz #DADAFA
Tints of Quartz #DADAFA
RGB
CMYK
RGB Variations
Color information
#DADAFA (or 0xDADAFA) is known color: Quartz. HEX triplet: DA, DA and FA. RGB value is (218,218,250). Sum of RGB (Red+Green+Blue) = 218+218+250=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #DADAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAFA is #252505. Grayscale: #DDDDDD. Windows color (decimal): -2434310 or 16440026. OLE color: 16440026.
HSL color Cylindrical-coordinate representation of color #DADAFA: hue angle of 240º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADAFA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 218 | 250 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.02 |
| HSL | 240º | 0.76% | 0.92% | - |
| HSV(B) | 240º | 0.13% | 0.98% | - |
| XYZ | 71.24 | 71.95 | 100.58 | - |
| YUV | 221.65 | 144 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 250 | 0.13 | 0.13 | 0 | 0.02 | 240 | 0.76 | 0.92 |
| Hex | DA | DA | FA | D | D | 0 | 2 | F0 | 4C | 5C |
| Octal | 332 | 332 | 372 | 15 | 15 | 0 | 2 | 360 | 114 | 134 |
| Binary | 11011010 | 11011010 | 11111010 | 1101 | 1101 | 0 | 10 | 11110000 | 1001100 | 1011100 |
Color Harmonies of #DADAFA
Complementary color
Monochromatic Colors of #DADAFA
Black with #DADAFA
Text Example
Text Example
White with #DADAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAFA; }
p { color: rgb(218,218,250); }
H1.HeaderClassName
{
color: #DADAFA;
}
.AnyTagClassName
{
color: #DADAFA;
}
</style>
background-color css
<style>
a { background-color: #DADAFA; }
a { background-color: rgb(218,218,250); }
div.DivClassName
{
background-color: #DADAFA;
}
.BgClassName
{
background-color: #DADAFA;
}
</style>
border-color css
<style>
span { border-color: #DADAFA; }
span { border-color: rgb(218,218,250); }
td.TdClassName
{
border-color: #DADAFA;
}
.TagClassName
{
border-color: #DADAFA;
}
</style>