Shades of Quartz #DDDCE5
Tints of Quartz #DDDCE5
RGB
CMYK
RGB Variations
Color information
#DDDCE5 (or 0xDDDCE5) is known color: Quartz. HEX triplet: DD, DC and E5. RGB value is (221,220,229). Sum of RGB (Red+Green+Blue) = 221+220+229=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCE5 is #22231A. Grayscale: #DDDDDD. Windows color (decimal): -2237211 or 15064285. OLE color: 15064285.
HSL color Cylindrical-coordinate representation of color #DDDCE5: hue angle of 246.67º 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 #DDDCE5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 220 | 229 | - |
CMYK | 0.03 | 0.04 | 0 | 0.10 |
HSL | 246.67º | 0.15% | 0.88% | - |
HSV(B) | 246.67º | 0.04% | 0.9% | - |
XYZ | 69.55 | 72.22 | 84.4 | - |
YUV | 221.33 | 132.33 | 127.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 229 | 0.03 | 0.04 | 0 | 0.10 | 246.67 | 0.15 | 0.88 |
Hex | DD | DC | E5 | 3 | 4 | 0 | A | F7 | F | 58 |
Octal | 335 | 334 | 345 | 3 | 4 | 0 | 12 | 367 | 17 | 130 |
Binary | 11011101 | 11011100 | 11100101 | 11 | 100 | 0 | 1010 | 11110111 | 1111 | 1011000 |
Color Harmonies of #DDDCE5
Complementary color
Monochromatic Colors of #DDDCE5
Black with #DDDCE5
Text Example
Text Example
White with #DDDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCE5; }
p { color: rgb(221,220,229); }
H1.HeaderClassName
{
color: #DDDCE5;
}
.AnyTagClassName
{
color: #DDDCE5;
}
</style>
background-color css
<style>
a { background-color: #DDDCE5; }
a { background-color: rgb(221,220,229); }
div.DivClassName
{
background-color: #DDDCE5;
}
.BgClassName
{
background-color: #DDDCE5;
}
</style>
border-color css
<style>
span { border-color: #DDDCE5; }
span { border-color: rgb(221,220,229); }
td.TdClassName
{
border-color: #DDDCE5;
}
.TagClassName
{
border-color: #DDDCE5;
}
</style>