Shades of Quartz #DDDDE3
Tints of Quartz #DDDDE3
RGB
CMYK
RGB Variations
Color information
#DDDDE3 (or 0xDDDDE3) is known color: Quartz. HEX triplet: DD, DD and E3. RGB value is (221,221,227). Sum of RGB (Red+Green+Blue) = 221+221+227=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 227 (89.06% from 255 or 33.93% from 669); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDE3 is #22221C. Grayscale: #DDDDDD. Windows color (decimal): -2236957 or 14933469. OLE color: 14933469.
HSL color Cylindrical-coordinate representation of color #DDDDE3: hue angle of 240º degrees, saturation: 0.1, 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 #DDDDE3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 221 | 227 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 240º | 0.1% | 0.88% | - |
HSV(B) | 240º | 0.03% | 0.89% | - |
XYZ | 69.54 | 72.63 | 83.03 | - |
YUV | 221.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 227 | 0.03 | 0.03 | 0 | 0.11 | 240 | 0.1 | 0.88 |
Hex | DD | DD | E3 | 3 | 3 | 0 | B | F0 | A | 58 |
Octal | 335 | 335 | 343 | 3 | 3 | 0 | 13 | 360 | 12 | 130 |
Binary | 11011101 | 11011101 | 11100011 | 11 | 11 | 0 | 1011 | 11110000 | 1010 | 1011000 |
Color Harmonies of #DDDDE3
Complementary color
Monochromatic Colors of #DDDDE3
Black with #DDDDE3
Text Example
Text Example
White with #DDDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDE3; }
p { color: rgb(221,221,227); }
H1.HeaderClassName
{
color: #DDDDE3;
}
.AnyTagClassName
{
color: #DDDDE3;
}
</style>
background-color css
<style>
a { background-color: #DDDDE3; }
a { background-color: rgb(221,221,227); }
div.DivClassName
{
background-color: #DDDDE3;
}
.BgClassName
{
background-color: #DDDDE3;
}
</style>
border-color css
<style>
span { border-color: #DDDDE3; }
span { border-color: rgb(221,221,227); }
td.TdClassName
{
border-color: #DDDDE3;
}
.TagClassName
{
border-color: #DDDDE3;
}
</style>