Shades of Quartz #DAD8EC
Tints of Quartz #DAD8EC
RGB
CMYK
RGB Variations
Color information
#DAD8EC (or 0xDAD8EC) is known color: Quartz. HEX triplet: DA, D8 and EC. RGB value is (218,216,236). Sum of RGB (Red+Green+Blue) = 218+216+236=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8EC is #252713. Grayscale: #DADADA. Windows color (decimal): -2434836 or 15522010. OLE color: 15522010.
HSL color Cylindrical-coordinate representation of color #DAD8EC: hue angle of 246º degrees, saturation: 0.34, 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 #DAD8EC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 216 | 236 | - |
CMYK | 0.08 | 0.08 | 0 | 0.07 |
HSL | 246º | 0.34% | 0.89% | - |
HSV(B) | 246º | 0.08% | 0.93% | - |
XYZ | 68.61 | 70.07 | 89.27 | - |
YUV | 218.88 | 137.66 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 236 | 0.08 | 0.08 | 0 | 0.07 | 246 | 0.34 | 0.89 |
Hex | DA | D8 | EC | 8 | 8 | 0 | 7 | F6 | 22 | 59 |
Octal | 332 | 330 | 354 | 10 | 10 | 0 | 7 | 366 | 42 | 131 |
Binary | 11011010 | 11011000 | 11101100 | 1000 | 1000 | 0 | 111 | 11110110 | 100010 | 1011001 |
Color Harmonies of #DAD8EC
Complementary color
Monochromatic Colors of #DAD8EC
Black with #DAD8EC
Text Example
Text Example
White with #DAD8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8EC; }
p { color: rgb(218,216,236); }
H1.HeaderClassName
{
color: #DAD8EC;
}
.AnyTagClassName
{
color: #DAD8EC;
}
</style>
background-color css
<style>
a { background-color: #DAD8EC; }
a { background-color: rgb(218,216,236); }
div.DivClassName
{
background-color: #DAD8EC;
}
.BgClassName
{
background-color: #DAD8EC;
}
</style>
border-color css
<style>
span { border-color: #DAD8EC; }
span { border-color: rgb(218,216,236); }
td.TdClassName
{
border-color: #DAD8EC;
}
.TagClassName
{
border-color: #DAD8EC;
}
</style>