Shades of Quartz #DADAF4
Tints of Quartz #DADAF4
RGB
CMYK
RGB Variations
Color information
#DADAF4 (or 0xDADAF4) is known color: Quartz. HEX triplet: DA, DA and F4. RGB value is (218,218,244). Sum of RGB (Red+Green+Blue) = 218+218+244=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 244 - color contains mainly: blue. Hex color #DADAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF4 is #25250B. Grayscale: #DCDCDC. Windows color (decimal): -2434316 or 16046810. OLE color: 16046810.
HSL color Cylindrical-coordinate representation of color #DADAF4: hue angle of 240º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADAF4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 218 | 244 | - |
CMYK | 0.11 | 0.11 | 0 | 0.04 |
HSL | 240º | 0.54% | 0.91% | - |
HSV(B) | 240º | 0.11% | 0.96% | - |
XYZ | 70.31 | 71.58 | 95.7 | - |
YUV | 220.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 244 | 0.11 | 0.11 | 0 | 0.04 | 240 | 0.54 | 0.91 |
Hex | DA | DA | F4 | B | B | 0 | 4 | F0 | 36 | 5B |
Octal | 332 | 332 | 364 | 13 | 13 | 0 | 4 | 360 | 66 | 133 |
Binary | 11011010 | 11011010 | 11110100 | 1011 | 1011 | 0 | 100 | 11110000 | 110110 | 1011011 |
Color Harmonies of #DADAF4
Complementary color
Monochromatic Colors of #DADAF4
Black with #DADAF4
Text Example
Text Example
White with #DADAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAF4; }
p { color: rgb(218,218,244); }
H1.HeaderClassName
{
color: #DADAF4;
}
.AnyTagClassName
{
color: #DADAF4;
}
</style>
background-color css
<style>
a { background-color: #DADAF4; }
a { background-color: rgb(218,218,244); }
div.DivClassName
{
background-color: #DADAF4;
}
.BgClassName
{
background-color: #DADAF4;
}
</style>
border-color css
<style>
span { border-color: #DADAF4; }
span { border-color: rgb(218,218,244); }
td.TdClassName
{
border-color: #DADAF4;
}
.TagClassName
{
border-color: #DADAF4;
}
</style>