Shades of Quartz #DADEF5
Tints of Quartz #DADEF5
RGB
CMYK
RGB Variations
Color information
#DADEF5 (or 0xDADEF5) is known color: Quartz. HEX triplet: DA, DE and F5. RGB value is (218,222,245). Sum of RGB (Red+Green+Blue) = 218+222+245=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 222 (87.11% from 255 or 32.41% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 245 - color contains mainly: blue. Hex color #DADEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF5 is #25210A. Grayscale: #DFDFDF. Windows color (decimal): -2433291 or 16113370. OLE color: 16113370.
HSL color Cylindrical-coordinate representation of color #DADEF5: hue angle of 231.11º 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 #DADEF5 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 222 | 245 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.04 |
| HSL | 231.11º | 0.57% | 0.91% | - |
| HSV(B) | 231.11º | 0.11% | 0.96% | - |
| XYZ | 71.52 | 73.74 | 96.85 | - |
| YUV | 223.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 245 | 0.11 | 0.09 | 0 | 0.04 | 231.11 | 0.57 | 0.91 |
| Hex | DA | DE | F5 | B | 9 | 0 | 4 | E7 | 39 | 5B |
| Octal | 332 | 336 | 365 | 13 | 11 | 0 | 4 | 347 | 71 | 133 |
| Binary | 11011010 | 11011110 | 11110101 | 1011 | 1001 | 0 | 100 | 11100111 | 111001 | 1011011 |
Color Harmonies of #DADEF5
Complementary color
Monochromatic Colors of #DADEF5
Black with #DADEF5
Text Example
Text Example
White with #DADEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEF5; }
p { color: rgb(218,222,245); }
H1.HeaderClassName
{
color: #DADEF5;
}
.AnyTagClassName
{
color: #DADEF5;
}
</style>
background-color css
<style>
a { background-color: #DADEF5; }
a { background-color: rgb(218,222,245); }
div.DivClassName
{
background-color: #DADEF5;
}
.BgClassName
{
background-color: #DADEF5;
}
</style>
border-color css
<style>
span { border-color: #DADEF5; }
span { border-color: rgb(218,222,245); }
td.TdClassName
{
border-color: #DADEF5;
}
.TagClassName
{
border-color: #DADEF5;
}
</style>