Shades of Quartz #DDDCE7
Tints of Quartz #DDDCE7
RGB
CMYK
RGB Variations
Color information
#DDDCE7 (or 0xDDDCE7) is known color: Quartz. HEX triplet: DD, DC and E7. RGB value is (221,220,231). Sum of RGB (Red+Green+Blue) = 221+220+231=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDDCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCE7 is #222318. Grayscale: #DDDDDD. Windows color (decimal): -2237209 or 15195357. OLE color: 15195357.
HSL color Cylindrical-coordinate representation of color #DDDCE7: hue angle of 245.45º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDCE7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 220 | 231 | - |
CMYK | 0.04 | 0.05 | 0 | 0.09 |
HSL | 245.45º | 0.19% | 0.88% | - |
HSV(B) | 245.45º | 0.05% | 0.91% | - |
XYZ | 69.84 | 72.33 | 85.88 | - |
YUV | 221.55 | 133.33 | 127.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 231 | 0.04 | 0.05 | 0 | 0.09 | 245.45 | 0.19 | 0.88 |
Hex | DD | DC | E7 | 4 | 5 | 0 | 9 | F5 | 13 | 58 |
Octal | 335 | 334 | 347 | 4 | 5 | 0 | 11 | 365 | 23 | 130 |
Binary | 11011101 | 11011100 | 11100111 | 100 | 101 | 0 | 1001 | 11110101 | 10011 | 1011000 |
Color Harmonies of #DDDCE7
Complementary color
Monochromatic Colors of #DDDCE7
Black with #DDDCE7
Text Example
Text Example
White with #DDDCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCE7; }
p { color: rgb(221,220,231); }
H1.HeaderClassName
{
color: #DDDCE7;
}
.AnyTagClassName
{
color: #DDDCE7;
}
</style>
background-color css
<style>
a { background-color: #DDDCE7; }
a { background-color: rgb(221,220,231); }
div.DivClassName
{
background-color: #DDDCE7;
}
.BgClassName
{
background-color: #DDDCE7;
}
</style>
border-color css
<style>
span { border-color: #DDDCE7; }
span { border-color: rgb(221,220,231); }
td.TdClassName
{
border-color: #DDDCE7;
}
.TagClassName
{
border-color: #DDDCE7;
}
</style>