Shades of Quartz #DDDCE9
Tints of Quartz #DDDCE9
RGB
CMYK
RGB Variations
Color information
#DDDCE9 (or 0xDDDCE9) is known color: Quartz. HEX triplet: DD, DC and E9. RGB value is (221,220,233). Sum of RGB (Red+Green+Blue) = 221+220+233=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCE9 is #222316. Grayscale: #DDDDDD. Windows color (decimal): -2237207 or 15326429. OLE color: 15326429.
HSL color Cylindrical-coordinate representation of color #DDDCE9: hue angle of 244.62º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDDCE9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 220 | 233 | - |
CMYK | 0.05 | 0.06 | 0 | 0.09 |
HSL | 244.62º | 0.23% | 0.89% | - |
HSV(B) | 244.62º | 0.06% | 0.91% | - |
XYZ | 70.12 | 72.44 | 87.38 | - |
YUV | 221.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 233 | 0.05 | 0.06 | 0 | 0.09 | 244.62 | 0.23 | 0.89 |
Hex | DD | DC | E9 | 5 | 6 | 0 | 9 | F5 | 17 | 59 |
Octal | 335 | 334 | 351 | 5 | 6 | 0 | 11 | 365 | 27 | 131 |
Binary | 11011101 | 11011100 | 11101001 | 101 | 110 | 0 | 1001 | 11110101 | 10111 | 1011001 |
Color Harmonies of #DDDCE9
Complementary color
Monochromatic Colors of #DDDCE9
Black with #DDDCE9
Text Example
Text Example
White with #DDDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCE9; }
p { color: rgb(221,220,233); }
H1.HeaderClassName
{
color: #DDDCE9;
}
.AnyTagClassName
{
color: #DDDCE9;
}
</style>
background-color css
<style>
a { background-color: #DDDCE9; }
a { background-color: rgb(221,220,233); }
div.DivClassName
{
background-color: #DDDCE9;
}
.BgClassName
{
background-color: #DDDCE9;
}
</style>
border-color css
<style>
span { border-color: #DDDCE9; }
span { border-color: rgb(221,220,233); }
td.TdClassName
{
border-color: #DDDCE9;
}
.TagClassName
{
border-color: #DDDCE9;
}
</style>