Shades of Quartz #DDDEE6
Tints of Quartz #DDDEE6
RGB
CMYK
RGB Variations
Color information
#DDDEE6 (or 0xDDDEE6) is known color: Quartz. HEX triplet: DD, DE and E6. RGB value is (221,222,230). Sum of RGB (Red+Green+Blue) = 221+222+230=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEE6 is #222119. Grayscale: #DEDEDE. Windows color (decimal): -2236698 or 15130333. OLE color: 15130333.
HSL color Cylindrical-coordinate representation of color #DDDEE6: hue angle of 233.33º degrees, saturation: 0.15, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDDEE6 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 222 | 230 | - |
CMYK | 0.04 | 0.03 | 0 | 0.10 |
HSL | 233.33º | 0.15% | 0.88% | - |
HSV(B) | 233.33º | 0.04% | 0.9% | - |
XYZ | 70.22 | 73.33 | 85.32 | - |
YUV | 222.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 230 | 0.04 | 0.03 | 0 | 0.10 | 233.33 | 0.15 | 0.88 |
Hex | DD | DE | E6 | 4 | 3 | 0 | A | E9 | F | 58 |
Octal | 335 | 336 | 346 | 4 | 3 | 0 | 12 | 351 | 17 | 130 |
Binary | 11011101 | 11011110 | 11100110 | 100 | 11 | 0 | 1010 | 11101001 | 1111 | 1011000 |
Color Harmonies of #DDDEE6
Complementary color
Monochromatic Colors of #DDDEE6
Black with #DDDEE6
Text Example
Text Example
White with #DDDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEE6; }
p { color: rgb(221,222,230); }
H1.HeaderClassName
{
color: #DDDEE6;
}
.AnyTagClassName
{
color: #DDDEE6;
}
</style>
background-color css
<style>
a { background-color: #DDDEE6; }
a { background-color: rgb(221,222,230); }
div.DivClassName
{
background-color: #DDDEE6;
}
.BgClassName
{
background-color: #DDDEE6;
}
</style>
border-color css
<style>
span { border-color: #DDDEE6; }
span { border-color: rgb(221,222,230); }
td.TdClassName
{
border-color: #DDDEE6;
}
.TagClassName
{
border-color: #DDDEE6;
}
</style>