Shades of Quartz #DDDCE3
Tints of Quartz #DDDCE3
RGB
CMYK
RGB Variations
Color information
#DDDCE3 (or 0xDDDCE3) is known color: Quartz. HEX triplet: DD, DC and E3. RGB value is (221,220,227). Sum of RGB (Red+Green+Blue) = 221+220+227=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE3 is #22231C. Grayscale: #DDDDDD. Windows color (decimal): -2237213 or 14933213. OLE color: 14933213.
HSL color Cylindrical-coordinate representation of color #DDDCE3: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDDCE3 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 220 | 227 | - |
CMYK | 0.03 | 0.03 | 0 | 0.11 |
HSL | 248.57º | 0.11% | 0.88% | - |
HSV(B) | 248.57º | 0.03% | 0.89% | - |
XYZ | 69.28 | 72.1 | 82.94 | - |
YUV | 221.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 227 | 0.03 | 0.03 | 0 | 0.11 | 248.57 | 0.11 | 0.88 |
Hex | DD | DC | E3 | 3 | 3 | 0 | B | F9 | B | 58 |
Octal | 335 | 334 | 343 | 3 | 3 | 0 | 13 | 371 | 13 | 130 |
Binary | 11011101 | 11011100 | 11100011 | 11 | 11 | 0 | 1011 | 11111001 | 1011 | 1011000 |
Color Harmonies of #DDDCE3
Complementary color
Monochromatic Colors of #DDDCE3
Black with #DDDCE3
Text Example
Text Example
White with #DDDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCE3; }
p { color: rgb(221,220,227); }
H1.HeaderClassName
{
color: #DDDCE3;
}
.AnyTagClassName
{
color: #DDDCE3;
}
</style>
background-color css
<style>
a { background-color: #DDDCE3; }
a { background-color: rgb(221,220,227); }
div.DivClassName
{
background-color: #DDDCE3;
}
.BgClassName
{
background-color: #DDDCE3;
}
</style>
border-color css
<style>
span { border-color: #DDDCE3; }
span { border-color: rgb(221,220,227); }
td.TdClassName
{
border-color: #DDDCE3;
}
.TagClassName
{
border-color: #DDDCE3;
}
</style>