Shades of Quartz #DDDCEC
Tints of Quartz #DDDCEC
RGB
CMYK
RGB Variations
Color information
#DDDCEC (or 0xDDDCEC) is known color: Quartz. HEX triplet: DD, DC and EC. RGB value is (221,220,236). Sum of RGB (Red+Green+Blue) = 221+220+236=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCEC is #222313. Grayscale: #DEDEDE. Windows color (decimal): -2237204 or 15523037. OLE color: 15523037.
HSL color Cylindrical-coordinate representation of color #DDDCEC: hue angle of 243.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDDCEC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 220 | 236 | - |
CMYK | 0.06 | 0.07 | 0 | 0.07 |
HSL | 243.75º | 0.3% | 0.89% | - |
HSV(B) | 243.75º | 0.07% | 0.93% | - |
XYZ | 70.55 | 72.61 | 89.65 | - |
YUV | 222.12 | 135.83 | 127.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 236 | 0.06 | 0.07 | 0 | 0.07 | 243.75 | 0.3 | 0.89 |
Hex | DD | DC | EC | 6 | 7 | 0 | 7 | F4 | 1E | 59 |
Octal | 335 | 334 | 354 | 6 | 7 | 0 | 7 | 364 | 36 | 131 |
Binary | 11011101 | 11011100 | 11101100 | 110 | 111 | 0 | 111 | 11110100 | 11110 | 1011001 |
Color Harmonies of #DDDCEC
Complementary color
Monochromatic Colors of #DDDCEC
Black with #DDDCEC
Text Example
Text Example
White with #DDDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCEC; }
p { color: rgb(221,220,236); }
H1.HeaderClassName
{
color: #DDDCEC;
}
.AnyTagClassName
{
color: #DDDCEC;
}
</style>
background-color css
<style>
a { background-color: #DDDCEC; }
a { background-color: rgb(221,220,236); }
div.DivClassName
{
background-color: #DDDCEC;
}
.BgClassName
{
background-color: #DDDCEC;
}
</style>
border-color css
<style>
span { border-color: #DDDCEC; }
span { border-color: rgb(221,220,236); }
td.TdClassName
{
border-color: #DDDCEC;
}
.TagClassName
{
border-color: #DDDCEC;
}
</style>