Shades of Quartz #DADCEA
Tints of Quartz #DADCEA
RGB
CMYK
RGB Variations
Color information
#DADCEA (or 0xDADCEA) is known color: Quartz. HEX triplet: DA, DC and EA. RGB value is (218,220,234). Sum of RGB (Red+Green+Blue) = 218+220+234=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DADCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCEA is #252315. Grayscale: #DCDCDC. Windows color (decimal): -2433814 or 15391962. OLE color: 15391962.
HSL color Cylindrical-coordinate representation of color #DADCEA: hue angle of 232.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DADCEA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 220 | 234 | - |
CMYK | 0.07 | 0.06 | 0 | 0.08 |
HSL | 232.5º | 0.28% | 0.89% | - |
HSV(B) | 232.5º | 0.07% | 0.92% | - |
XYZ | 69.36 | 72.03 | 88.09 | - |
YUV | 221 | 135.34 | 125.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 234 | 0.07 | 0.06 | 0 | 0.08 | 232.5 | 0.28 | 0.89 |
Hex | DA | DC | EA | 7 | 6 | 0 | 8 | E8 | 1C | 59 |
Octal | 332 | 334 | 352 | 7 | 6 | 0 | 10 | 350 | 34 | 131 |
Binary | 11011010 | 11011100 | 11101010 | 111 | 110 | 0 | 1000 | 11101000 | 11100 | 1011001 |
Color Harmonies of #DADCEA
Complementary color
Monochromatic Colors of #DADCEA
Black with #DADCEA
Text Example
Text Example
White with #DADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCEA; }
p { color: rgb(218,220,234); }
H1.HeaderClassName
{
color: #DADCEA;
}
.AnyTagClassName
{
color: #DADCEA;
}
</style>
background-color css
<style>
a { background-color: #DADCEA; }
a { background-color: rgb(218,220,234); }
div.DivClassName
{
background-color: #DADCEA;
}
.BgClassName
{
background-color: #DADCEA;
}
</style>
border-color css
<style>
span { border-color: #DADCEA; }
span { border-color: rgb(218,220,234); }
td.TdClassName
{
border-color: #DADCEA;
}
.TagClassName
{
border-color: #DADCEA;
}
</style>