Shades of Quartz #DADAE7
Tints of Quartz #DADAE7
RGB
CMYK
RGB Variations
Color information
#DADAE7 (or 0xDADAE7) is known color: Quartz. HEX triplet: DA, DA and E7. RGB value is (218,218,231). Sum of RGB (Red+Green+Blue) = 218+218+231=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 231 - color contains mainly: blue. Hex color #DADAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAE7 is #252518. Grayscale: #DBDBDB. Windows color (decimal): -2434329 or 15194842. OLE color: 15194842.
HSL color Cylindrical-coordinate representation of color #DADAE7: hue angle of 240º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DADAE7 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 218 | 231 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 240º | 0.21% | 0.88% | - |
HSV(B) | 240º | 0.06% | 0.91% | - |
XYZ | 68.41 | 70.82 | 85.66 | - |
YUV | 219.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 231 | 0.06 | 0.06 | 0 | 0.09 | 240 | 0.21 | 0.88 |
Hex | DA | DA | E7 | 6 | 6 | 0 | 9 | F0 | 15 | 58 |
Octal | 332 | 332 | 347 | 6 | 6 | 0 | 11 | 360 | 25 | 130 |
Binary | 11011010 | 11011010 | 11100111 | 110 | 110 | 0 | 1001 | 11110000 | 10101 | 1011000 |
Color Harmonies of #DADAE7
Complementary color
Monochromatic Colors of #DADAE7
Black with #DADAE7
Text Example
Text Example
White with #DADAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAE7; }
p { color: rgb(218,218,231); }
H1.HeaderClassName
{
color: #DADAE7;
}
.AnyTagClassName
{
color: #DADAE7;
}
</style>
background-color css
<style>
a { background-color: #DADAE7; }
a { background-color: rgb(218,218,231); }
div.DivClassName
{
background-color: #DADAE7;
}
.BgClassName
{
background-color: #DADAE7;
}
</style>
border-color css
<style>
span { border-color: #DADAE7; }
span { border-color: rgb(218,218,231); }
td.TdClassName
{
border-color: #DADAE7;
}
.TagClassName
{
border-color: #DADAE7;
}
</style>