Shades of Quartz #DAD9F3
Tints of Quartz #DAD9F3
RGB
CMYK
RGB Variations
Color information
#DAD9F3 (or 0xDAD9F3) is known color: Quartz. HEX triplet: DA, D9 and F3. RGB value is (218,217,243). Sum of RGB (Red+Green+Blue) = 218+217+243=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #DAD9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9F3 is #25260C. Grayscale: #DCDCDC. Windows color (decimal): -2434573 or 15981018. OLE color: 15981018.
HSL color Cylindrical-coordinate representation of color #DAD9F3: hue angle of 242.31º degrees, saturation: 0.52, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD9F3 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 218 | 217 | 243 | - |
CMYK | 0.10 | 0.11 | 0 | 0.05 |
HSL | 242.31º | 0.52% | 0.9% | - |
HSV(B) | 242.31º | 0.11% | 0.95% | - |
XYZ | 69.9 | 71 | 94.81 | - |
YUV | 220.26 | 140.83 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 243 | 0.10 | 0.11 | 0 | 0.05 | 242.31 | 0.52 | 0.9 |
Hex | DA | D9 | F3 | A | B | 0 | 5 | F2 | 34 | 5A |
Octal | 332 | 331 | 363 | 12 | 13 | 0 | 5 | 362 | 64 | 132 |
Binary | 11011010 | 11011001 | 11110011 | 1010 | 1011 | 0 | 101 | 11110010 | 110100 | 1011010 |
Color Harmonies of #DAD9F3
Complementary color
Monochromatic Colors of #DAD9F3
Black with #DAD9F3
Text Example
Text Example
White with #DAD9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9F3; }
p { color: rgb(218,217,243); }
H1.HeaderClassName
{
color: #DAD9F3;
}
.AnyTagClassName
{
color: #DAD9F3;
}
</style>
background-color css
<style>
a { background-color: #DAD9F3; }
a { background-color: rgb(218,217,243); }
div.DivClassName
{
background-color: #DAD9F3;
}
.BgClassName
{
background-color: #DAD9F3;
}
</style>
border-color css
<style>
span { border-color: #DAD9F3; }
span { border-color: rgb(218,217,243); }
td.TdClassName
{
border-color: #DAD9F3;
}
.TagClassName
{
border-color: #DAD9F3;
}
</style>