Shades of Quartz #DDDDE6
Tints of Quartz #DDDDE6
RGB
CMYK
RGB Variations
Color information
#DDDDE6 (or 0xDDDDE6) is known color: Quartz. HEX triplet: DD, DD and E6. RGB value is (221,221,230). Sum of RGB (Red+Green+Blue) = 221+221+230=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDDE6 is #222219. Grayscale: #DDDDDD. Windows color (decimal): -2236954 or 15130077. OLE color: 15130077.
HSL color Cylindrical-coordinate representation of color #DDDDE6: hue angle of 240º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDDE6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 221 | 230 | - |
CMYK | 0.04 | 0.04 | 0 | 0.10 |
HSL | 240º | 0.15% | 0.88% | - |
HSV(B) | 240º | 0.04% | 0.9% | - |
XYZ | 69.96 | 72.8 | 85.23 | - |
YUV | 222.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 230 | 0.04 | 0.04 | 0 | 0.10 | 240 | 0.15 | 0.88 |
Hex | DD | DD | E6 | 4 | 4 | 0 | A | F0 | F | 58 |
Octal | 335 | 335 | 346 | 4 | 4 | 0 | 12 | 360 | 17 | 130 |
Binary | 11011101 | 11011101 | 11100110 | 100 | 100 | 0 | 1010 | 11110000 | 1111 | 1011000 |
Color Harmonies of #DDDDE6
Complementary color
Monochromatic Colors of #DDDDE6
Black with #DDDDE6
Text Example
Text Example
White with #DDDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE6; }
p { color: rgb(221,221,230); }
H1.HeaderClassName
{
color: #DDDDE6;
}
.AnyTagClassName
{
color: #DDDDE6;
}
</style>
background-color css
<style>
a { background-color: #DDDDE6; }
a { background-color: rgb(221,221,230); }
div.DivClassName
{
background-color: #DDDDE6;
}
.BgClassName
{
background-color: #DDDDE6;
}
</style>
border-color css
<style>
span { border-color: #DDDDE6; }
span { border-color: rgb(221,221,230); }
td.TdClassName
{
border-color: #DDDDE6;
}
.TagClassName
{
border-color: #DDDDE6;
}
</style>