Shades of Quartz #DDDDE2
Tints of Quartz #DDDDE2
RGB
CMYK
RGB Variations
Color information
#DDDDE2 (or 0xDDDDE2) is known color: Quartz. HEX triplet: DD, DD and E2. RGB value is (221,221,226). Sum of RGB (Red+Green+Blue) = 221+221+226=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 226 (88.67% from 255 or 33.83% from 668); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDDDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE2 is #22221D. Grayscale: #DDDDDD. Windows color (decimal): -2236958 or 14867933. OLE color: 14867933.
HSL color Cylindrical-coordinate representation of color #DDDDE2: hue angle of 240º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDDE2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 221 | 226 | - |
CMYK | 0.02 | 0.02 | 0 | 0.11 |
HSL | 240º | 0.08% | 0.88% | - |
HSV(B) | 240º | 0.02% | 0.89% | - |
XYZ | 69.4 | 72.58 | 82.3 | - |
YUV | 221.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 226 | 0.02 | 0.02 | 0 | 0.11 | 240 | 0.08 | 0.88 |
Hex | DD | DD | E2 | 2 | 2 | 0 | B | F0 | 8 | 58 |
Octal | 335 | 335 | 342 | 2 | 2 | 0 | 13 | 360 | 10 | 130 |
Binary | 11011101 | 11011101 | 11100010 | 10 | 10 | 0 | 1011 | 11110000 | 1000 | 1011000 |
Color Harmonies of #DDDDE2
Complementary color
Monochromatic Colors of #DDDDE2
Black with #DDDDE2
Text Example
Text Example
White with #DDDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE2; }
p { color: rgb(221,221,226); }
H1.HeaderClassName
{
color: #DDDDE2;
}
.AnyTagClassName
{
color: #DDDDE2;
}
</style>
background-color css
<style>
a { background-color: #DDDDE2; }
a { background-color: rgb(221,221,226); }
div.DivClassName
{
background-color: #DDDDE2;
}
.BgClassName
{
background-color: #DDDDE2;
}
</style>
border-color css
<style>
span { border-color: #DDDDE2; }
span { border-color: rgb(221,221,226); }
td.TdClassName
{
border-color: #DDDDE2;
}
.TagClassName
{
border-color: #DDDDE2;
}
</style>