Shades of Quartz #DADEFC
Tints of Quartz #DADEFC
RGB
CMYK
RGB Variations
Color information
#DADEFC (or 0xDADEFC) is known color: Quartz. HEX triplet: DA, DE and FC. RGB value is (218,222,252). Sum of RGB (Red+Green+Blue) = 218+222+252=692 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.50% from 692); Green value is 222 (87.11% from 255 or 32.08% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #DADEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEFC is #252103. Grayscale: #E0E0E0. Windows color (decimal): -2433284 or 16572122. OLE color: 16572122.
HSL color Cylindrical-coordinate representation of color #DADEFC: hue angle of 232.94º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADEFC is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 222 | 252 | - |
CMYK | 0.13 | 0.12 | 0 | 0.01 |
HSL | 232.94º | 0.85% | 0.92% | - |
HSV(B) | 232.94º | 0.13% | 0.99% | - |
XYZ | 72.61 | 74.18 | 102.59 | - |
YUV | 224.22 | 143.67 | 123.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 252 | 0.13 | 0.12 | 0 | 0.01 | 232.94 | 0.85 | 0.92 |
Hex | DA | DE | FC | D | C | 0 | 1 | E9 | 55 | 5C |
Octal | 332 | 336 | 374 | 15 | 14 | 0 | 1 | 351 | 125 | 134 |
Binary | 11011010 | 11011110 | 11111100 | 1101 | 1100 | 0 | 1 | 11101001 | 1010101 | 1011100 |
Color Harmonies of #DADEFC
Complementary color
Monochromatic Colors of #DADEFC
Black with #DADEFC
Text Example
Text Example
White with #DADEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEFC; }
p { color: rgb(218,222,252); }
H1.HeaderClassName
{
color: #DADEFC;
}
.AnyTagClassName
{
color: #DADEFC;
}
</style>
background-color css
<style>
a { background-color: #DADEFC; }
a { background-color: rgb(218,222,252); }
div.DivClassName
{
background-color: #DADEFC;
}
.BgClassName
{
background-color: #DADEFC;
}
</style>
border-color css
<style>
span { border-color: #DADEFC; }
span { border-color: rgb(218,222,252); }
td.TdClassName
{
border-color: #DADEFC;
}
.TagClassName
{
border-color: #DADEFC;
}
</style>