Shades of Quartz #DADAF1
Tints of Quartz #DADAF1
RGB
CMYK
RGB Variations
Color information
#DADAF1 (or 0xDADAF1) is known color: Quartz. HEX triplet: DA, DA and F1. RGB value is (218,218,241). Sum of RGB (Red+Green+Blue) = 218+218+241=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 241 (94.53% from 255 or 35.60% from 677); Max value from RGB is 241 - color contains mainly: blue. Hex color #DADAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF1 is #25250E. Grayscale: #DCDCDC. Windows color (decimal): -2434319 or 15850202. OLE color: 15850202.
HSL color Cylindrical-coordinate representation of color #DADAF1: hue angle of 240º degrees, saturation: 0.45, 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 #DADAF1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 218 | 241 | - |
CMYK | 0.10 | 0.10 | 0 | 0.05 |
HSL | 240º | 0.45% | 0.9% | - |
HSV(B) | 240º | 0.1% | 0.95% | - |
XYZ | 69.86 | 71.4 | 93.32 | - |
YUV | 220.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 241 | 0.10 | 0.10 | 0 | 0.05 | 240 | 0.45 | 0.9 |
Hex | DA | DA | F1 | A | A | 0 | 5 | F0 | 2D | 5A |
Octal | 332 | 332 | 361 | 12 | 12 | 0 | 5 | 360 | 55 | 132 |
Binary | 11011010 | 11011010 | 11110001 | 1010 | 1010 | 0 | 101 | 11110000 | 101101 | 1011010 |
Color Harmonies of #DADAF1
Complementary color
Monochromatic Colors of #DADAF1
Black with #DADAF1
Text Example
Text Example
White with #DADAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAF1; }
p { color: rgb(218,218,241); }
H1.HeaderClassName
{
color: #DADAF1;
}
.AnyTagClassName
{
color: #DADAF1;
}
</style>
background-color css
<style>
a { background-color: #DADAF1; }
a { background-color: rgb(218,218,241); }
div.DivClassName
{
background-color: #DADAF1;
}
.BgClassName
{
background-color: #DADAF1;
}
</style>
border-color css
<style>
span { border-color: #DADAF1; }
span { border-color: rgb(218,218,241); }
td.TdClassName
{
border-color: #DADAF1;
}
.TagClassName
{
border-color: #DADAF1;
}
</style>