Shades of Quartz #DADFF7
Tints of Quartz #DADFF7
RGB
CMYK
RGB Variations
Color information
#DADFF7 (or 0xDADFF7) is known color: Quartz. HEX triplet: DA, DF and F7. RGB value is (218,223,247). Sum of RGB (Red+Green+Blue) = 218+223+247=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #DADFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADFF7 is #252008. Grayscale: #E0E0E0. Windows color (decimal): -2433033 or 16244698. OLE color: 16244698.
HSL color Cylindrical-coordinate representation of color #DADFF7: hue angle of 229.66º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADFF7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 223 | 247 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.03 |
| HSL | 229.66º | 0.64% | 0.91% | - |
| HSV(B) | 229.66º | 0.12% | 0.97% | - |
| XYZ | 72.09 | 74.4 | 98.56 | - |
| YUV | 224.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 247 | 0.12 | 0.10 | 0 | 0.03 | 229.66 | 0.64 | 0.91 |
| Hex | DA | DF | F7 | C | A | 0 | 3 | E6 | 40 | 5B |
| Octal | 332 | 337 | 367 | 14 | 12 | 0 | 3 | 346 | 100 | 133 |
| Binary | 11011010 | 11011111 | 11110111 | 1100 | 1010 | 0 | 11 | 11100110 | 1000000 | 1011011 |
Color Harmonies of #DADFF7
Complementary color
Monochromatic Colors of #DADFF7
Black with #DADFF7
Text Example
Text Example
White with #DADFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFF7; }
p { color: rgb(218,223,247); }
H1.HeaderClassName
{
color: #DADFF7;
}
.AnyTagClassName
{
color: #DADFF7;
}
</style>
background-color css
<style>
a { background-color: #DADFF7; }
a { background-color: rgb(218,223,247); }
div.DivClassName
{
background-color: #DADFF7;
}
.BgClassName
{
background-color: #DADFF7;
}
</style>
border-color css
<style>
span { border-color: #DADFF7; }
span { border-color: rgb(218,223,247); }
td.TdClassName
{
border-color: #DADFF7;
}
.TagClassName
{
border-color: #DADFF7;
}
</style>