Shades of Quartz #DADAF0
Tints of Quartz #DADAF0
RGB
CMYK
RGB Variations
Color information
#DADAF0 (or 0xDADAF0) is known color: Quartz. HEX triplet: DA, DA and F0. RGB value is (218,218,240). Sum of RGB (Red+Green+Blue) = 218+218+240=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 240 (94.14% from 255 or 35.50% from 676); Max value from RGB is 240 - color contains mainly: blue. Hex color #DADAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAF0 is #25250F. Grayscale: #DCDCDC. Windows color (decimal): -2434320 or 15784666. OLE color: 15784666.
HSL color Cylindrical-coordinate representation of color #DADAF0: hue angle of 240º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADAF0 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 218 | 218 | 240 | - |
CMYK | 0.09 | 0.09 | 0 | 0.06 |
HSL | 240º | 0.42% | 0.9% | - |
HSV(B) | 240º | 0.09% | 0.94% | - |
XYZ | 69.71 | 71.34 | 92.53 | - |
YUV | 220.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 240 | 0.09 | 0.09 | 0 | 0.06 | 240 | 0.42 | 0.9 |
Hex | DA | DA | F0 | 9 | 9 | 0 | 6 | F0 | 2A | 5A |
Octal | 332 | 332 | 360 | 11 | 11 | 0 | 6 | 360 | 52 | 132 |
Binary | 11011010 | 11011010 | 11110000 | 1001 | 1001 | 0 | 110 | 11110000 | 101010 | 1011010 |
Color Harmonies of #DADAF0
Complementary color
Monochromatic Colors of #DADAF0
Black with #DADAF0
Text Example
Text Example
White with #DADAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAF0; }
p { color: rgb(218,218,240); }
H1.HeaderClassName
{
color: #DADAF0;
}
.AnyTagClassName
{
color: #DADAF0;
}
</style>
background-color css
<style>
a { background-color: #DADAF0; }
a { background-color: rgb(218,218,240); }
div.DivClassName
{
background-color: #DADAF0;
}
.BgClassName
{
background-color: #DADAF0;
}
</style>
border-color css
<style>
span { border-color: #DADAF0; }
span { border-color: rgb(218,218,240); }
td.TdClassName
{
border-color: #DADAF0;
}
.TagClassName
{
border-color: #DADAF0;
}
</style>