Shades of Quartz #DDDDE0
Tints of Quartz #DDDDE0
RGB
CMYK
RGB Variations
Color information
#DDDDE0 (or 0xDDDDE0) is known color: Quartz. HEX triplet: DD, DD and E0. RGB value is (221,221,224). Sum of RGB (Red+Green+Blue) = 221+221+224=666 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.18% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE0 is #22221F. Grayscale: #DDDDDD. Windows color (decimal): -2236960 or 14736861. OLE color: 14736861.
HSL color Cylindrical-coordinate representation of color #DDDDE0: hue angle of 240º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDDE0 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 221 | 224 | - |
CMYK | 0.01 | 0.01 | 0 | 0.12 |
HSL | 240º | 0.05% | 0.87% | - |
HSV(B) | 240º | 0.01% | 0.88% | - |
XYZ | 69.13 | 72.47 | 80.86 | - |
YUV | 221.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 224 | 0.01 | 0.01 | 0 | 0.12 | 240 | 0.05 | 0.87 |
Hex | DD | DD | E0 | 1 | 1 | 0 | C | F0 | 5 | 57 |
Octal | 335 | 335 | 340 | 1 | 1 | 0 | 14 | 360 | 5 | 127 |
Binary | 11011101 | 11011101 | 11100000 | 1 | 1 | 0 | 1100 | 11110000 | 101 | 1010111 |
Color Harmonies of #DDDDE0
Complementary color
Monochromatic Colors of #DDDDE0
Black with #DDDDE0
Text Example
Text Example
White with #DDDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE0; }
p { color: rgb(221,221,224); }
H1.HeaderClassName
{
color: #DDDDE0;
}
.AnyTagClassName
{
color: #DDDDE0;
}
</style>
background-color css
<style>
a { background-color: #DDDDE0; }
a { background-color: rgb(221,221,224); }
div.DivClassName
{
background-color: #DDDDE0;
}
.BgClassName
{
background-color: #DDDDE0;
}
</style>
border-color css
<style>
span { border-color: #DDDDE0; }
span { border-color: rgb(221,221,224); }
td.TdClassName
{
border-color: #DDDDE0;
}
.TagClassName
{
border-color: #DDDDE0;
}
</style>