Shades of Quartz #DADFF9
Tints of Quartz #DADFF9
RGB
CMYK
RGB Variations
Color information
#DADFF9 (or 0xDADFF9) is known color: Quartz. HEX triplet: DA, DF and F9. RGB value is (218,223,249). Sum of RGB (Red+Green+Blue) = 218+223+249=690 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.59% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 249 - color contains mainly: blue. Hex color #DADFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF9 is #252006. Grayscale: #E0E0E0. Windows color (decimal): -2433031 or 16375770. OLE color: 16375770.
HSL color Cylindrical-coordinate representation of color #DADFF9: hue angle of 230.32º 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 #DADFF9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 223 | 249 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.02 |
| HSL | 230.32º | 0.72% | 0.92% | - |
| HSV(B) | 230.32º | 0.12% | 0.98% | - |
| XYZ | 72.4 | 74.52 | 100.19 | - |
| YUV | 224.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 249 | 0.12 | 0.10 | 0 | 0.02 | 230.32 | 0.72 | 0.92 |
| Hex | DA | DF | F9 | C | A | 0 | 2 | E6 | 48 | 5C |
| Octal | 332 | 337 | 371 | 14 | 12 | 0 | 2 | 346 | 110 | 134 |
| Binary | 11011010 | 11011111 | 11111001 | 1100 | 1010 | 0 | 10 | 11100110 | 1001000 | 1011100 |
Color Harmonies of #DADFF9
Complementary color
Monochromatic Colors of #DADFF9
Black with #DADFF9
Text Example
Text Example
White with #DADFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFF9; }
p { color: rgb(218,223,249); }
H1.HeaderClassName
{
color: #DADFF9;
}
.AnyTagClassName
{
color: #DADFF9;
}
</style>
background-color css
<style>
a { background-color: #DADFF9; }
a { background-color: rgb(218,223,249); }
div.DivClassName
{
background-color: #DADFF9;
}
.BgClassName
{
background-color: #DADFF9;
}
</style>
border-color css
<style>
span { border-color: #DADFF9; }
span { border-color: rgb(218,223,249); }
td.TdClassName
{
border-color: #DADFF9;
}
.TagClassName
{
border-color: #DADFF9;
}
</style>