Shades of Quartz #DDDEE8
Tints of Quartz #DDDEE8
RGB
CMYK
RGB Variations
Color information
#DDDEE8 (or 0xDDDEE8) is known color: Quartz. HEX triplet: DD, DE and E8. RGB value is (221,222,232). Sum of RGB (Red+Green+Blue) = 221+222+232=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 232 (91.02% from 255 or 34.37% from 675); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEE8 is #222117. Grayscale: #DEDEDE. Windows color (decimal): -2236696 or 15261405. OLE color: 15261405.
HSL color Cylindrical-coordinate representation of color #DDDEE8: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDDEE8 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 222 | 232 | - |
CMYK | 0.05 | 0.04 | 0 | 0.09 |
HSL | 234.55º | 0.19% | 0.89% | - |
HSV(B) | 234.55º | 0.05% | 0.91% | - |
XYZ | 70.51 | 73.44 | 86.8 | - |
YUV | 222.84 | 133.17 | 126.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 222 | 232 | 0.05 | 0.04 | 0 | 0.09 | 234.55 | 0.19 | 0.89 |
Hex | DD | DE | E8 | 5 | 4 | 0 | 9 | EB | 13 | 59 |
Octal | 335 | 336 | 350 | 5 | 4 | 0 | 11 | 353 | 23 | 131 |
Binary | 11011101 | 11011110 | 11101000 | 101 | 100 | 0 | 1001 | 11101011 | 10011 | 1011001 |
Color Harmonies of #DDDEE8
Complementary color
Monochromatic Colors of #DDDEE8
Black with #DDDEE8
Text Example
Text Example
White with #DDDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEE8; }
p { color: rgb(221,222,232); }
H1.HeaderClassName
{
color: #DDDEE8;
}
.AnyTagClassName
{
color: #DDDEE8;
}
</style>
background-color css
<style>
a { background-color: #DDDEE8; }
a { background-color: rgb(221,222,232); }
div.DivClassName
{
background-color: #DDDEE8;
}
.BgClassName
{
background-color: #DDDEE8;
}
</style>
border-color css
<style>
span { border-color: #DDDEE8; }
span { border-color: rgb(221,222,232); }
td.TdClassName
{
border-color: #DDDEE8;
}
.TagClassName
{
border-color: #DDDEE8;
}
</style>