Shades of Quartz #DADEFD
Tints of Quartz #DADEFD
RGB
CMYK
RGB Variations
Color information
#DADEFD (or 0xDADEFD) is known color: Quartz. HEX triplet: DA, DE and FD. RGB value is (218,222,253). Sum of RGB (Red+Green+Blue) = 218+222+253=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #DADEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADEFD is #252102. Grayscale: #E0E0E0. Windows color (decimal): -2433283 or 16637658. OLE color: 16637658.
HSL color Cylindrical-coordinate representation of color #DADEFD: hue angle of 233.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADEFD is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 222 | 253 | - |
CMYK | 0.14 | 0.12 | 0 | 0.01 |
HSL | 233.14º | 0.9% | 0.92% | - |
HSV(B) | 233.14º | 0.14% | 0.99% | - |
XYZ | 72.76 | 74.24 | 103.42 | - |
YUV | 224.34 | 144.17 | 123.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 222 | 253 | 0.14 | 0.12 | 0 | 0.01 | 233.14 | 0.9 | 0.92 |
Hex | DA | DE | FD | E | C | 0 | 1 | E9 | 5A | 5C |
Octal | 332 | 336 | 375 | 16 | 14 | 0 | 1 | 351 | 132 | 134 |
Binary | 11011010 | 11011110 | 11111101 | 1110 | 1100 | 0 | 1 | 11101001 | 1011010 | 1011100 |
Color Harmonies of #DADEFD
Complementary color
Monochromatic Colors of #DADEFD
Black with #DADEFD
Text Example
Text Example
White with #DADEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEFD; }
p { color: rgb(218,222,253); }
H1.HeaderClassName
{
color: #DADEFD;
}
.AnyTagClassName
{
color: #DADEFD;
}
</style>
background-color css
<style>
a { background-color: #DADEFD; }
a { background-color: rgb(218,222,253); }
div.DivClassName
{
background-color: #DADEFD;
}
.BgClassName
{
background-color: #DADEFD;
}
</style>
border-color css
<style>
span { border-color: #DADEFD; }
span { border-color: rgb(218,222,253); }
td.TdClassName
{
border-color: #DADEFD;
}
.TagClassName
{
border-color: #DADEFD;
}
</style>