Shades of Quartz #DADAF3
Tints of Quartz #DADAF3
RGB
CMYK
RGB Variations
Color information
#DADAF3 (or 0xDADAF3) is known color: Quartz. HEX triplet: DA, DA and F3. RGB value is (218,218,243). Sum of RGB (Red+Green+Blue) = 218+218+243=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF3 is #25250C. Grayscale: #DCDCDC. Windows color (decimal): -2434317 or 15981274. OLE color: 15981274.
HSL color Cylindrical-coordinate representation of color #DADAF3: hue angle of 240º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADAF3 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 218 | 243 | - |
CMYK | 0.10 | 0.10 | 0 | 0.05 |
HSL | 240º | 0.51% | 0.9% | - |
HSV(B) | 240º | 0.1% | 0.95% | - |
XYZ | 70.16 | 71.52 | 94.9 | - |
YUV | 220.85 | 140.5 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 243 | 0.10 | 0.10 | 0 | 0.05 | 240 | 0.51 | 0.9 |
Hex | DA | DA | F3 | A | A | 0 | 5 | F0 | 33 | 5A |
Octal | 332 | 332 | 363 | 12 | 12 | 0 | 5 | 360 | 63 | 132 |
Binary | 11011010 | 11011010 | 11110011 | 1010 | 1010 | 0 | 101 | 11110000 | 110011 | 1011010 |
Color Harmonies of #DADAF3
Complementary color
Monochromatic Colors of #DADAF3
Black with #DADAF3
Text Example
Text Example
White with #DADAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAF3; }
p { color: rgb(218,218,243); }
H1.HeaderClassName
{
color: #DADAF3;
}
.AnyTagClassName
{
color: #DADAF3;
}
</style>
background-color css
<style>
a { background-color: #DADAF3; }
a { background-color: rgb(218,218,243); }
div.DivClassName
{
background-color: #DADAF3;
}
.BgClassName
{
background-color: #DADAF3;
}
</style>
border-color css
<style>
span { border-color: #DADAF3; }
span { border-color: rgb(218,218,243); }
td.TdClassName
{
border-color: #DADAF3;
}
.TagClassName
{
border-color: #DADAF3;
}
</style>