Shades of Quartz #DAD8FD
Tints of Quartz #DAD8FD
RGB
CMYK
RGB Variations
Color information
#DAD8FD (or 0xDAD8FD) is known color: Quartz. HEX triplet: DA, D8 and FD. RGB value is (218,216,253). Sum of RGB (Red+Green+Blue) = 218+216+253=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8FD is #252702. Grayscale: #DCDCDC. Windows color (decimal): -2434819 or 16636122. OLE color: 16636122.
HSL color Cylindrical-coordinate representation of color #DAD8FD: hue angle of 243.24º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD8FD is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 216 | 253 | - |
CMYK | 0.14 | 0.15 | 0 | 0.01 |
HSL | 243.24º | 0.9% | 0.92% | - |
HSV(B) | 243.24º | 0.15% | 0.99% | - |
XYZ | 71.2 | 71.11 | 102.9 | - |
YUV | 220.82 | 146.16 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 253 | 0.14 | 0.15 | 0 | 0.01 | 243.24 | 0.9 | 0.92 |
Hex | DA | D8 | FD | E | F | 0 | 1 | F3 | 5A | 5C |
Octal | 332 | 330 | 375 | 16 | 17 | 0 | 1 | 363 | 132 | 134 |
Binary | 11011010 | 11011000 | 11111101 | 1110 | 1111 | 0 | 1 | 11110011 | 1011010 | 1011100 |
Color Harmonies of #DAD8FD
Complementary color
Monochromatic Colors of #DAD8FD
Black with #DAD8FD
Text Example
Text Example
White with #DAD8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8FD; }
p { color: rgb(218,216,253); }
H1.HeaderClassName
{
color: #DAD8FD;
}
.AnyTagClassName
{
color: #DAD8FD;
}
</style>
background-color css
<style>
a { background-color: #DAD8FD; }
a { background-color: rgb(218,216,253); }
div.DivClassName
{
background-color: #DAD8FD;
}
.BgClassName
{
background-color: #DAD8FD;
}
</style>
border-color css
<style>
span { border-color: #DAD8FD; }
span { border-color: rgb(218,216,253); }
td.TdClassName
{
border-color: #DAD8FD;
}
.TagClassName
{
border-color: #DAD8FD;
}
</style>