Shades of Quartz #DDDDE1
Tints of Quartz #DDDDE1
RGB
CMYK
RGB Variations
Color information
#DDDDE1 (or 0xDDDDE1) is known color: Quartz. HEX triplet: DD, DD and E1. RGB value is (221,221,225). Sum of RGB (Red+Green+Blue) = 221+221+225=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDDDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE1 is #22221E. Grayscale: #DDDDDD. Windows color (decimal): -2236959 or 14802397. OLE color: 14802397.
HSL color Cylindrical-coordinate representation of color #DDDDE1: hue angle of 240º degrees, saturation: 0.06, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDDE1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 221 | 225 | - |
CMYK | 0.02 | 0.02 | 0 | 0.12 |
HSL | 240º | 0.06% | 0.87% | - |
HSV(B) | 240º | 0.02% | 0.88% | - |
XYZ | 69.27 | 72.52 | 81.58 | - |
YUV | 221.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 225 | 0.02 | 0.02 | 0 | 0.12 | 240 | 0.06 | 0.87 |
Hex | DD | DD | E1 | 2 | 2 | 0 | C | F0 | 6 | 57 |
Octal | 335 | 335 | 341 | 2 | 2 | 0 | 14 | 360 | 6 | 127 |
Binary | 11011101 | 11011101 | 11100001 | 10 | 10 | 0 | 1100 | 11110000 | 110 | 1010111 |
Color Harmonies of #DDDDE1
Complementary color
Monochromatic Colors of #DDDDE1
Black with #DDDDE1
Text Example
Text Example
White with #DDDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE1; }
p { color: rgb(221,221,225); }
H1.HeaderClassName
{
color: #DDDDE1;
}
.AnyTagClassName
{
color: #DDDDE1;
}
</style>
background-color css
<style>
a { background-color: #DDDDE1; }
a { background-color: rgb(221,221,225); }
div.DivClassName
{
background-color: #DDDDE1;
}
.BgClassName
{
background-color: #DDDDE1;
}
</style>
border-color css
<style>
span { border-color: #DDDDE1; }
span { border-color: rgb(221,221,225); }
td.TdClassName
{
border-color: #DDDDE1;
}
.TagClassName
{
border-color: #DDDDE1;
}
</style>