Shades of Quartz #DDDCE8
Tints of Quartz #DDDCE8
RGB
CMYK
RGB Variations
Color information
#DDDCE8 (or 0xDDDCE8) is known color: Quartz. HEX triplet: DD, DC and E8. RGB value is (221,220,232). Sum of RGB (Red+Green+Blue) = 221+220+232=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDDCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCE8 is #222317. Grayscale: #DDDDDD. Windows color (decimal): -2237208 or 15260893. OLE color: 15260893.
HSL color Cylindrical-coordinate representation of color #DDDCE8: hue angle of 245º degrees, saturation: 0.21, 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 #DDDCE8 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 220 | 232 | - |
CMYK | 0.05 | 0.05 | 0 | 0.09 |
HSL | 245º | 0.21% | 0.89% | - |
HSV(B) | 245º | 0.05% | 0.91% | - |
XYZ | 69.98 | 72.38 | 86.63 | - |
YUV | 221.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 232 | 0.05 | 0.05 | 0 | 0.09 | 245 | 0.21 | 0.89 |
Hex | DD | DC | E8 | 5 | 5 | 0 | 9 | F5 | 15 | 59 |
Octal | 335 | 334 | 350 | 5 | 5 | 0 | 11 | 365 | 25 | 131 |
Binary | 11011101 | 11011100 | 11101000 | 101 | 101 | 0 | 1001 | 11110101 | 10101 | 1011001 |
Color Harmonies of #DDDCE8
Complementary color
Monochromatic Colors of #DDDCE8
Black with #DDDCE8
Text Example
Text Example
White with #DDDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCE8; }
p { color: rgb(221,220,232); }
H1.HeaderClassName
{
color: #DDDCE8;
}
.AnyTagClassName
{
color: #DDDCE8;
}
</style>
background-color css
<style>
a { background-color: #DDDCE8; }
a { background-color: rgb(221,220,232); }
div.DivClassName
{
background-color: #DDDCE8;
}
.BgClassName
{
background-color: #DDDCE8;
}
</style>
border-color css
<style>
span { border-color: #DDDCE8; }
span { border-color: rgb(221,220,232); }
td.TdClassName
{
border-color: #DDDCE8;
}
.TagClassName
{
border-color: #DDDCE8;
}
</style>