Shades of Quartz #DADAF5
Tints of Quartz #DADAF5
RGB
CMYK
RGB Variations
Color information
#DADAF5 (or 0xDADAF5) is known color: Quartz. HEX triplet: DA, DA and F5. RGB value is (218,218,245). Sum of RGB (Red+Green+Blue) = 218+218+245=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #DADAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF5 is #25250A. Grayscale: #DCDCDC. Windows color (decimal): -2434315 or 16112346. OLE color: 16112346.
HSL color Cylindrical-coordinate representation of color #DADAF5: hue angle of 240º degrees, saturation: 0.57, 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 #DADAF5 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 218 | 218 | 245 | - |
CMYK | 0.11 | 0.11 | 0 | 0.04 |
HSL | 240º | 0.57% | 0.91% | - |
HSV(B) | 240º | 0.11% | 0.96% | - |
XYZ | 70.47 | 71.64 | 96.5 | - |
YUV | 221.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 245 | 0.11 | 0.11 | 0 | 0.04 | 240 | 0.57 | 0.91 |
Hex | DA | DA | F5 | B | B | 0 | 4 | F0 | 39 | 5B |
Octal | 332 | 332 | 365 | 13 | 13 | 0 | 4 | 360 | 71 | 133 |
Binary | 11011010 | 11011010 | 11110101 | 1011 | 1011 | 0 | 100 | 11110000 | 111001 | 1011011 |
Color Harmonies of #DADAF5
Complementary color
Monochromatic Colors of #DADAF5
Black with #DADAF5
Text Example
Text Example
White with #DADAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAF5; }
p { color: rgb(218,218,245); }
H1.HeaderClassName
{
color: #DADAF5;
}
.AnyTagClassName
{
color: #DADAF5;
}
</style>
background-color css
<style>
a { background-color: #DADAF5; }
a { background-color: rgb(218,218,245); }
div.DivClassName
{
background-color: #DADAF5;
}
.BgClassName
{
background-color: #DADAF5;
}
</style>
border-color css
<style>
span { border-color: #DADAF5; }
span { border-color: rgb(218,218,245); }
td.TdClassName
{
border-color: #DADAF5;
}
.TagClassName
{
border-color: #DADAF5;
}
</style>