Shades of Quartz #DAD9FD
Tints of Quartz #DAD9FD
RGB
CMYK
RGB Variations
Color information
#DAD9FD (or 0xDAD9FD) is known color: Quartz. HEX triplet: DA, D9 and FD. RGB value is (218,217,253). Sum of RGB (Red+Green+Blue) = 218+217+253=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 253 (99.22% from 255 or 36.77% from 688); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9FD is #252602. Grayscale: #DDDDDD. Windows color (decimal): -2434563 or 16636378. OLE color: 16636378.
HSL color Cylindrical-coordinate representation of color #DAD9FD: hue angle of 241.67º 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 #DAD9FD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 217 | 253 | - |
CMYK | 0.14 | 0.14 | 0 | 0.01 |
HSL | 241.67º | 0.9% | 0.92% | - |
HSV(B) | 241.67º | 0.14% | 0.99% | - |
XYZ | 71.46 | 71.62 | 102.99 | - |
YUV | 221.4 | 145.83 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 253 | 0.14 | 0.14 | 0 | 0.01 | 241.67 | 0.9 | 0.92 |
Hex | DA | D9 | FD | E | E | 0 | 1 | F2 | 5A | 5C |
Octal | 332 | 331 | 375 | 16 | 16 | 0 | 1 | 362 | 132 | 134 |
Binary | 11011010 | 11011001 | 11111101 | 1110 | 1110 | 0 | 1 | 11110010 | 1011010 | 1011100 |
Color Harmonies of #DAD9FD
Complementary color
Monochromatic Colors of #DAD9FD
Black with #DAD9FD
Text Example
Text Example
White with #DAD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9FD; }
p { color: rgb(218,217,253); }
H1.HeaderClassName
{
color: #DAD9FD;
}
.AnyTagClassName
{
color: #DAD9FD;
}
</style>
background-color css
<style>
a { background-color: #DAD9FD; }
a { background-color: rgb(218,217,253); }
div.DivClassName
{
background-color: #DAD9FD;
}
.BgClassName
{
background-color: #DAD9FD;
}
</style>
border-color css
<style>
span { border-color: #DAD9FD; }
span { border-color: rgb(218,217,253); }
td.TdClassName
{
border-color: #DAD9FD;
}
.TagClassName
{
border-color: #DAD9FD;
}
</style>