Shades of Quartz #DDDDE4
Tints of Quartz #DDDDE4
RGB
CMYK
RGB Variations
Color information
#DDDDE4 (or 0xDDDDE4) is known color: Quartz. HEX triplet: DD, DD and E4. RGB value is (221,221,228). Sum of RGB (Red+Green+Blue) = 221+221+228=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE4 is #22221B. Grayscale: #DDDDDD. Windows color (decimal): -2236956 or 14999005. OLE color: 14999005.
HSL color Cylindrical-coordinate representation of color #DDDDE4: hue angle of 240º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDDE4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 221 | 228 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 240º | 0.11% | 0.88% | - |
HSV(B) | 240º | 0.03% | 0.89% | - |
XYZ | 69.68 | 72.69 | 83.76 | - |
YUV | 221.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 228 | 0.03 | 0.03 | 0 | 0.11 | 240 | 0.11 | 0.88 |
Hex | DD | DD | E4 | 3 | 3 | 0 | B | F0 | B | 58 |
Octal | 335 | 335 | 344 | 3 | 3 | 0 | 13 | 360 | 13 | 130 |
Binary | 11011101 | 11011101 | 11100100 | 11 | 11 | 0 | 1011 | 11110000 | 1011 | 1011000 |
Color Harmonies of #DDDDE4
Complementary color
Monochromatic Colors of #DDDDE4
Black with #DDDDE4
Text Example
Text Example
White with #DDDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE4; }
p { color: rgb(221,221,228); }
H1.HeaderClassName
{
color: #DDDDE4;
}
.AnyTagClassName
{
color: #DDDDE4;
}
</style>
background-color css
<style>
a { background-color: #DDDDE4; }
a { background-color: rgb(221,221,228); }
div.DivClassName
{
background-color: #DDDDE4;
}
.BgClassName
{
background-color: #DDDDE4;
}
</style>
border-color css
<style>
span { border-color: #DDDDE4; }
span { border-color: rgb(221,221,228); }
td.TdClassName
{
border-color: #DDDDE4;
}
.TagClassName
{
border-color: #DDDDE4;
}
</style>