Shades of Quartz #DADEF8
Tints of Quartz #DADEF8
RGB
CMYK
RGB Variations
Color information
#DADEF8 (or 0xDADEF8) is known color: Quartz. HEX triplet: DA, DE and F8. RGB value is (218,222,248). Sum of RGB (Red+Green+Blue) = 218+222+248=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #DADEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF8 is #252107. Grayscale: #DFDFDF. Windows color (decimal): -2433288 or 16309978. OLE color: 16309978.
HSL color Cylindrical-coordinate representation of color #DADEF8: hue angle of 232º degrees, saturation: 0.68, 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 #DADEF8 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 222 | 248 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.03 |
| HSL | 232º | 0.68% | 0.91% | - |
| HSV(B) | 232º | 0.12% | 0.97% | - |
| XYZ | 71.98 | 73.93 | 99.28 | - |
| YUV | 223.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 248 | 0.12 | 0.10 | 0 | 0.03 | 232 | 0.68 | 0.91 |
| Hex | DA | DE | F8 | C | A | 0 | 3 | E8 | 44 | 5B |
| Octal | 332 | 336 | 370 | 14 | 12 | 0 | 3 | 350 | 104 | 133 |
| Binary | 11011010 | 11011110 | 11111000 | 1100 | 1010 | 0 | 11 | 11101000 | 1000100 | 1011011 |
Color Harmonies of #DADEF8
Complementary color
Monochromatic Colors of #DADEF8
Black with #DADEF8
Text Example
Text Example
White with #DADEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEF8; }
p { color: rgb(218,222,248); }
H1.HeaderClassName
{
color: #DADEF8;
}
.AnyTagClassName
{
color: #DADEF8;
}
</style>
background-color css
<style>
a { background-color: #DADEF8; }
a { background-color: rgb(218,222,248); }
div.DivClassName
{
background-color: #DADEF8;
}
.BgClassName
{
background-color: #DADEF8;
}
</style>
border-color css
<style>
span { border-color: #DADEF8; }
span { border-color: rgb(218,222,248); }
td.TdClassName
{
border-color: #DADEF8;
}
.TagClassName
{
border-color: #DADEF8;
}
</style>