Shades of Quartz #DADEF3
Tints of Quartz #DADEF3
RGB
CMYK
RGB Variations
Color information
#DADEF3 (or 0xDADEF3) is known color: Quartz. HEX triplet: DA, DE and F3. RGB value is (218,222,243). Sum of RGB (Red+Green+Blue) = 218+222+243=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #DADEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEF3 is #25210C. Grayscale: #DFDFDF. Windows color (decimal): -2433293 or 15982298. OLE color: 15982298.
HSL color Cylindrical-coordinate representation of color #DADEF3: hue angle of 230.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADEF3 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 222 | 243 | - |
CMYK | 0.10 | 0.09 | 0 | 0.05 |
HSL | 230.4º | 0.51% | 0.9% | - |
HSV(B) | 230.4º | 0.1% | 0.95% | - |
XYZ | 71.21 | 73.62 | 95.25 | - |
YUV | 223.2 | 139.17 | 124.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 243 | 0.10 | 0.09 | 0 | 0.05 | 230.4 | 0.51 | 0.9 |
Hex | DA | DE | F3 | A | 9 | 0 | 5 | E6 | 33 | 5A |
Octal | 332 | 336 | 363 | 12 | 11 | 0 | 5 | 346 | 63 | 132 |
Binary | 11011010 | 11011110 | 11110011 | 1010 | 1001 | 0 | 101 | 11100110 | 110011 | 1011010 |
Color Harmonies of #DADEF3
Complementary color
Monochromatic Colors of #DADEF3
Black with #DADEF3
Text Example
Text Example
White with #DADEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEF3; }
p { color: rgb(218,222,243); }
H1.HeaderClassName
{
color: #DADEF3;
}
.AnyTagClassName
{
color: #DADEF3;
}
</style>
background-color css
<style>
a { background-color: #DADEF3; }
a { background-color: rgb(218,222,243); }
div.DivClassName
{
background-color: #DADEF3;
}
.BgClassName
{
background-color: #DADEF3;
}
</style>
border-color css
<style>
span { border-color: #DADEF3; }
span { border-color: rgb(218,222,243); }
td.TdClassName
{
border-color: #DADEF3;
}
.TagClassName
{
border-color: #DADEF3;
}
</style>