Shades of Quartz #DADAEC
Tints of Quartz #DADAEC
RGB
CMYK
RGB Variations
Color information
#DADAEC (or 0xDADAEC) is known color: Quartz. HEX triplet: DA, DA and EC. RGB value is (218,218,236). Sum of RGB (Red+Green+Blue) = 218+218+236=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #DADAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADAEC is #252513. Grayscale: #DBDBDB. Windows color (decimal): -2434324 or 15522522. OLE color: 15522522.
HSL color Cylindrical-coordinate representation of color #DADAEC: hue angle of 240º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DADAEC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 218 | 236 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 240º | 0.32% | 0.89% | - |
HSV(B) | 240º | 0.08% | 0.93% | - |
XYZ | 69.13 | 71.1 | 89.44 | - |
YUV | 220.05 | 137 | 126.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 236 | 0.08 | 0.08 | 0 | 0.07 | 240 | 0.32 | 0.89 |
Hex | DA | DA | EC | 8 | 8 | 0 | 7 | F0 | 20 | 59 |
Octal | 332 | 332 | 354 | 10 | 10 | 0 | 7 | 360 | 40 | 131 |
Binary | 11011010 | 11011010 | 11101100 | 1000 | 1000 | 0 | 111 | 11110000 | 100000 | 1011001 |
Color Harmonies of #DADAEC
Complementary color
Monochromatic Colors of #DADAEC
Black with #DADAEC
Text Example
Text Example
White with #DADAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAEC; }
p { color: rgb(218,218,236); }
H1.HeaderClassName
{
color: #DADAEC;
}
.AnyTagClassName
{
color: #DADAEC;
}
</style>
background-color css
<style>
a { background-color: #DADAEC; }
a { background-color: rgb(218,218,236); }
div.DivClassName
{
background-color: #DADAEC;
}
.BgClassName
{
background-color: #DADAEC;
}
</style>
border-color css
<style>
span { border-color: #DADAEC; }
span { border-color: rgb(218,218,236); }
td.TdClassName
{
border-color: #DADAEC;
}
.TagClassName
{
border-color: #DADAEC;
}
</style>