Shades of Quartz #DDDCE6
Tints of Quartz #DDDCE6
RGB
CMYK
RGB Variations
Color information
#DDDCE6 (or 0xDDDCE6) is known color: Quartz. HEX triplet: DD, DC and E6. RGB value is (221,220,230). Sum of RGB (Red+Green+Blue) = 221+220+230=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCE6 is #222319. Grayscale: #DDDDDD. Windows color (decimal): -2237210 or 15129821. OLE color: 15129821.
HSL color Cylindrical-coordinate representation of color #DDDCE6: hue angle of 246º degrees, saturation: 0.17, 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 #DDDCE6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 220 | 230 | - |
CMYK | 0.04 | 0.04 | 0 | 0.10 |
HSL | 246º | 0.17% | 0.88% | - |
HSV(B) | 246º | 0.04% | 0.9% | - |
XYZ | 69.69 | 72.27 | 85.14 | - |
YUV | 221.44 | 132.83 | 127.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 230 | 0.04 | 0.04 | 0 | 0.10 | 246 | 0.17 | 0.88 |
Hex | DD | DC | E6 | 4 | 4 | 0 | A | F6 | 11 | 58 |
Octal | 335 | 334 | 346 | 4 | 4 | 0 | 12 | 366 | 21 | 130 |
Binary | 11011101 | 11011100 | 11100110 | 100 | 100 | 0 | 1010 | 11110110 | 10001 | 1011000 |
Color Harmonies of #DDDCE6
Complementary color
Monochromatic Colors of #DDDCE6
Black with #DDDCE6
Text Example
Text Example
White with #DDDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCE6; }
p { color: rgb(221,220,230); }
H1.HeaderClassName
{
color: #DDDCE6;
}
.AnyTagClassName
{
color: #DDDCE6;
}
</style>
background-color css
<style>
a { background-color: #DDDCE6; }
a { background-color: rgb(221,220,230); }
div.DivClassName
{
background-color: #DDDCE6;
}
.BgClassName
{
background-color: #DDDCE6;
}
</style>
border-color css
<style>
span { border-color: #DDDCE6; }
span { border-color: rgb(221,220,230); }
td.TdClassName
{
border-color: #DDDCE6;
}
.TagClassName
{
border-color: #DDDCE6;
}
</style>