Shades of Quartz #DAD9E9
Tints of Quartz #DAD9E9
RGB
CMYK
RGB Variations
Color information
#DAD9E9 (or 0xDAD9E9) is known color: Quartz. HEX triplet: DA, D9 and E9. RGB value is (218,217,233). Sum of RGB (Red+Green+Blue) = 218+217+233=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD9E9 is #252616. Grayscale: #DBDBDB. Windows color (decimal): -2434583 or 15325658. OLE color: 15325658.
HSL color Cylindrical-coordinate representation of color #DAD9E9: hue angle of 243.75º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD9E9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 217 | 233 | - |
CMYK | 0.06 | 0.07 | 0 | 0.09 |
HSL | 243.75º | 0.27% | 0.88% | - |
HSV(B) | 243.75º | 0.07% | 0.91% | - |
XYZ | 68.43 | 70.41 | 87.08 | - |
YUV | 219.12 | 135.83 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 233 | 0.06 | 0.07 | 0 | 0.09 | 243.75 | 0.27 | 0.88 |
Hex | DA | D9 | E9 | 6 | 7 | 0 | 9 | F4 | 1B | 58 |
Octal | 332 | 331 | 351 | 6 | 7 | 0 | 11 | 364 | 33 | 130 |
Binary | 11011010 | 11011001 | 11101001 | 110 | 111 | 0 | 1001 | 11110100 | 11011 | 1011000 |
Color Harmonies of #DAD9E9
Complementary color
Monochromatic Colors of #DAD9E9
Black with #DAD9E9
Text Example
Text Example
White with #DAD9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9E9; }
p { color: rgb(218,217,233); }
H1.HeaderClassName
{
color: #DAD9E9;
}
.AnyTagClassName
{
color: #DAD9E9;
}
</style>
background-color css
<style>
a { background-color: #DAD9E9; }
a { background-color: rgb(218,217,233); }
div.DivClassName
{
background-color: #DAD9E9;
}
.BgClassName
{
background-color: #DAD9E9;
}
</style>
border-color css
<style>
span { border-color: #DAD9E9; }
span { border-color: rgb(218,217,233); }
td.TdClassName
{
border-color: #DAD9E9;
}
.TagClassName
{
border-color: #DAD9E9;
}
</style>