Shades of Quartz #DAD8EE
Tints of Quartz #DAD8EE
RGB
CMYK
RGB Variations
Color information
#DAD8EE (or 0xDAD8EE) is known color: Quartz. HEX triplet: DA, D8 and EE. RGB value is (218,216,238). Sum of RGB (Red+Green+Blue) = 218+216+238=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 216 (84.77% from 255 or 32.14% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD8EE is #252711. Grayscale: #DBDBDB. Windows color (decimal): -2434834 or 15653082. OLE color: 15653082.
HSL color Cylindrical-coordinate representation of color #DAD8EE: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD8EE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 216 | 238 | - |
CMYK | 0.08 | 0.09 | 0 | 0.07 |
HSL | 245.45º | 0.39% | 0.89% | - |
HSV(B) | 245.45º | 0.09% | 0.93% | - |
XYZ | 68.9 | 70.19 | 90.81 | - |
YUV | 219.11 | 138.66 | 127.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 238 | 0.08 | 0.09 | 0 | 0.07 | 245.45 | 0.39 | 0.89 |
Hex | DA | D8 | EE | 8 | 9 | 0 | 7 | F5 | 27 | 59 |
Octal | 332 | 330 | 356 | 10 | 11 | 0 | 7 | 365 | 47 | 131 |
Binary | 11011010 | 11011000 | 11101110 | 1000 | 1001 | 0 | 111 | 11110101 | 100111 | 1011001 |
Color Harmonies of #DAD8EE
Complementary color
Monochromatic Colors of #DAD8EE
Black with #DAD8EE
Text Example
Text Example
White with #DAD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8EE; }
p { color: rgb(218,216,238); }
H1.HeaderClassName
{
color: #DAD8EE;
}
.AnyTagClassName
{
color: #DAD8EE;
}
</style>
background-color css
<style>
a { background-color: #DAD8EE; }
a { background-color: rgb(218,216,238); }
div.DivClassName
{
background-color: #DAD8EE;
}
.BgClassName
{
background-color: #DAD8EE;
}
</style>
border-color css
<style>
span { border-color: #DAD8EE; }
span { border-color: rgb(218,216,238); }
td.TdClassName
{
border-color: #DAD8EE;
}
.TagClassName
{
border-color: #DAD8EE;
}
</style>