Shades of Quartz #DDDAE8
Tints of Quartz #DDDAE8
RGB
CMYK
RGB Variations
Color information
#DDDAE8 (or 0xDDDAE8) is known color: Quartz. HEX triplet: DD, DA and E8. RGB value is (221,218,232). Sum of RGB (Red+Green+Blue) = 221+218+232=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDAE8 is #222517. Grayscale: #DCDCDC. Windows color (decimal): -2237720 or 15260381. OLE color: 15260381.
HSL color Cylindrical-coordinate representation of color #DDDAE8: hue angle of 252.86º degrees, saturation: 0.23, 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 #DDDAE8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 218 | 232 | - |
CMYK | 0.05 | 0.06 | 0 | 0.09 |
HSL | 252.86º | 0.23% | 0.88% | - |
HSV(B) | 252.86º | 0.06% | 0.91% | - |
XYZ | 69.46 | 71.34 | 86.45 | - |
YUV | 220.49 | 134.49 | 128.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 232 | 0.05 | 0.06 | 0 | 0.09 | 252.86 | 0.23 | 0.88 |
Hex | DD | DA | E8 | 5 | 6 | 0 | 9 | FD | 17 | 58 |
Octal | 335 | 332 | 350 | 5 | 6 | 0 | 11 | 375 | 27 | 130 |
Binary | 11011101 | 11011010 | 11101000 | 101 | 110 | 0 | 1001 | 11111101 | 10111 | 1011000 |
Color Harmonies of #DDDAE8
Complementary color
Monochromatic Colors of #DDDAE8
Black with #DDDAE8
Text Example
Text Example
White with #DDDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAE8; }
p { color: rgb(221,218,232); }
H1.HeaderClassName
{
color: #DDDAE8;
}
.AnyTagClassName
{
color: #DDDAE8;
}
</style>
background-color css
<style>
a { background-color: #DDDAE8; }
a { background-color: rgb(221,218,232); }
div.DivClassName
{
background-color: #DDDAE8;
}
.BgClassName
{
background-color: #DDDAE8;
}
</style>
border-color css
<style>
span { border-color: #DDDAE8; }
span { border-color: rgb(221,218,232); }
td.TdClassName
{
border-color: #DDDAE8;
}
.TagClassName
{
border-color: #DDDAE8;
}
</style>