Shades of Quartz #DADCE9
Tints of Quartz #DADCE9
RGB
CMYK
RGB Variations
Color information
#DADCE9 (or 0xDADCE9) is known color: Quartz. HEX triplet: DA, DC and E9. RGB value is (218,220,233). Sum of RGB (Red+Green+Blue) = 218+220+233=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 233 - color contains mainly: blue. Hex color #DADCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DADCE9 is #252316. Grayscale: #DCDCDC. Windows color (decimal): -2433815 or 15326426. OLE color: 15326426.
HSL color Cylindrical-coordinate representation of color #DADCE9: hue angle of 232º degrees, saturation: 0.25, 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 #DADCE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 220 | 233 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 232º | 0.25% | 0.88% | - |
HSV(B) | 232º | 0.06% | 0.91% | - |
XYZ | 69.21 | 71.98 | 87.34 | - |
YUV | 220.88 | 134.84 | 125.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 220 | 233 | 0.06 | 0.06 | 0 | 0.09 | 232 | 0.25 | 0.88 |
Hex | DA | DC | E9 | 6 | 6 | 0 | 9 | E8 | 19 | 58 |
Octal | 332 | 334 | 351 | 6 | 6 | 0 | 11 | 350 | 31 | 130 |
Binary | 11011010 | 11011100 | 11101001 | 110 | 110 | 0 | 1001 | 11101000 | 11001 | 1011000 |
Color Harmonies of #DADCE9
Complementary color
Monochromatic Colors of #DADCE9
Black with #DADCE9
Text Example
Text Example
White with #DADCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCE9; }
p { color: rgb(218,220,233); }
H1.HeaderClassName
{
color: #DADCE9;
}
.AnyTagClassName
{
color: #DADCE9;
}
</style>
background-color css
<style>
a { background-color: #DADCE9; }
a { background-color: rgb(218,220,233); }
div.DivClassName
{
background-color: #DADCE9;
}
.BgClassName
{
background-color: #DADCE9;
}
</style>
border-color css
<style>
span { border-color: #DADCE9; }
span { border-color: rgb(218,220,233); }
td.TdClassName
{
border-color: #DADCE9;
}
.TagClassName
{
border-color: #DADCE9;
}
</style>