Shades of Quartz #DADEF9
Tints of Quartz #DADEF9
RGB
CMYK
RGB Variations
Color information
#DADEF9 (or 0xDADEF9) is known color: Quartz. HEX triplet: DA, DE and F9. RGB value is (218,222,249). Sum of RGB (Red+Green+Blue) = 218+222+249=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 222 (87.11% from 255 or 32.22% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #DADEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF9 is #252106. Grayscale: #DFDFDF. Windows color (decimal): -2433287 or 16375514. OLE color: 16375514.
HSL color Cylindrical-coordinate representation of color #DADEF9: hue angle of 232.26º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADEF9 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 218 | 222 | 249 | - |
CMYK | 0.12 | 0.11 | 0 | 0.02 |
HSL | 232.26º | 0.72% | 0.92% | - |
HSV(B) | 232.26º | 0.12% | 0.98% | - |
XYZ | 72.13 | 73.99 | 100.1 | - |
YUV | 223.88 | 142.17 | 123.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 249 | 0.12 | 0.11 | 0 | 0.02 | 232.26 | 0.72 | 0.92 |
Hex | DA | DE | F9 | C | B | 0 | 2 | E8 | 48 | 5C |
Octal | 332 | 336 | 371 | 14 | 13 | 0 | 2 | 350 | 110 | 134 |
Binary | 11011010 | 11011110 | 11111001 | 1100 | 1011 | 0 | 10 | 11101000 | 1001000 | 1011100 |
Color Harmonies of #DADEF9
Complementary color
Monochromatic Colors of #DADEF9
Black with #DADEF9
Text Example
Text Example
White with #DADEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEF9; }
p { color: rgb(218,222,249); }
H1.HeaderClassName
{
color: #DADEF9;
}
.AnyTagClassName
{
color: #DADEF9;
}
</style>
background-color css
<style>
a { background-color: #DADEF9; }
a { background-color: rgb(218,222,249); }
div.DivClassName
{
background-color: #DADEF9;
}
.BgClassName
{
background-color: #DADEF9;
}
</style>
border-color css
<style>
span { border-color: #DADEF9; }
span { border-color: rgb(218,222,249); }
td.TdClassName
{
border-color: #DADEF9;
}
.TagClassName
{
border-color: #DADEF9;
}
</style>