Shades of Quartz #DDDAE6
Tints of Quartz #DDDAE6
RGB
CMYK
RGB Variations
Color information
#DDDAE6 (or 0xDDDAE6) is known color: Quartz. HEX triplet: DD, DA and E6. RGB value is (221,218,230). Sum of RGB (Red+Green+Blue) = 221+218+230=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE6 is #222519. Grayscale: #DCDCDC. Windows color (decimal): -2237722 or 15129309. OLE color: 15129309.
HSL color Cylindrical-coordinate representation of color #DDDAE6: hue angle of 255º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDAE6 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 218 | 230 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.10 |
| HSL | 255º | 0.19% | 0.88% | - |
| HSV(B) | 255º | 0.05% | 0.9% | - |
| XYZ | 69.17 | 71.23 | 84.97 | - |
| YUV | 220.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 230 | 0.04 | 0.05 | 0 | 0.10 | 255 | 0.19 | 0.88 |
| Hex | DD | DA | E6 | 4 | 5 | 0 | A | FF | 13 | 58 |
| Octal | 335 | 332 | 346 | 4 | 5 | 0 | 12 | 377 | 23 | 130 |
| Binary | 11011101 | 11011010 | 11100110 | 100 | 101 | 0 | 1010 | 11111111 | 10011 | 1011000 |
Color Harmonies of #DDDAE6
Complementary color
Monochromatic Colors of #DDDAE6
Black with #DDDAE6
Text Example
Text Example
White with #DDDAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAE6; }
p { color: rgb(221,218,230); }
H1.HeaderClassName
{
color: #DDDAE6;
}
.AnyTagClassName
{
color: #DDDAE6;
}
</style>
background-color css
<style>
a { background-color: #DDDAE6; }
a { background-color: rgb(221,218,230); }
div.DivClassName
{
background-color: #DDDAE6;
}
.BgClassName
{
background-color: #DDDAE6;
}
</style>
border-color css
<style>
span { border-color: #DDDAE6; }
span { border-color: rgb(221,218,230); }
td.TdClassName
{
border-color: #DDDAE6;
}
.TagClassName
{
border-color: #DDDAE6;
}
</style>