Shades of Quartz #DDDEE5
Tints of Quartz #DDDEE5
RGB
CMYK
RGB Variations
Color information
#DDDEE5 (or 0xDDDEE5) is known color: Quartz. HEX triplet: DD, DE and E5. RGB value is (221,222,229). Sum of RGB (Red+Green+Blue) = 221+222+229=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEE5 is #22211A. Grayscale: #DEDEDE. Windows color (decimal): -2236699 or 15064797. OLE color: 15064797.
HSL color Cylindrical-coordinate representation of color #DDDEE5: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDEE5 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 222 | 229 | - |
CMYK | 0.03 | 0.03 | 0 | 0.10 |
HSL | 232.5º | 0.13% | 0.88% | - |
HSV(B) | 232.5º | 0.03% | 0.9% | - |
XYZ | 70.08 | 73.27 | 84.58 | - |
YUV | 222.5 | 131.67 | 126.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 229 | 0.03 | 0.03 | 0 | 0.10 | 232.5 | 0.13 | 0.88 |
Hex | DD | DE | E5 | 3 | 3 | 0 | A | E8 | D | 58 |
Octal | 335 | 336 | 345 | 3 | 3 | 0 | 12 | 350 | 15 | 130 |
Binary | 11011101 | 11011110 | 11100101 | 11 | 11 | 0 | 1010 | 11101000 | 1101 | 1011000 |
Color Harmonies of #DDDEE5
Complementary color
Monochromatic Colors of #DDDEE5
Black with #DDDEE5
Text Example
Text Example
White with #DDDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEE5; }
p { color: rgb(221,222,229); }
H1.HeaderClassName
{
color: #DDDEE5;
}
.AnyTagClassName
{
color: #DDDEE5;
}
</style>
background-color css
<style>
a { background-color: #DDDEE5; }
a { background-color: rgb(221,222,229); }
div.DivClassName
{
background-color: #DDDEE5;
}
.BgClassName
{
background-color: #DDDEE5;
}
</style>
border-color css
<style>
span { border-color: #DDDEE5; }
span { border-color: rgb(221,222,229); }
td.TdClassName
{
border-color: #DDDEE5;
}
.TagClassName
{
border-color: #DDDEE5;
}
</style>