Shades of Quartz #DDDCEE
Tints of Quartz #DDDCEE
RGB
CMYK
RGB Variations
Color information
#DDDCEE (or 0xDDDCEE) is known color: Quartz. HEX triplet: DD, DC and EE. RGB value is (221,220,238). Sum of RGB (Red+Green+Blue) = 221+220+238=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCEE is #222311. Grayscale: #DEDEDE. Windows color (decimal): -2237202 or 15654109. OLE color: 15654109.
HSL color Cylindrical-coordinate representation of color #DDDCEE: hue angle of 243.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDCEE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 220 | 238 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.07 |
| HSL | 243.33º | 0.35% | 0.9% | - |
| HSV(B) | 243.33º | 0.08% | 0.93% | - |
| XYZ | 70.84 | 72.73 | 91.19 | - |
| YUV | 222.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 238 | 0.07 | 0.08 | 0 | 0.07 | 243.33 | 0.35 | 0.9 |
| Hex | DD | DC | EE | 7 | 8 | 0 | 7 | F3 | 23 | 5A |
| Octal | 335 | 334 | 356 | 7 | 10 | 0 | 7 | 363 | 43 | 132 |
| Binary | 11011101 | 11011100 | 11101110 | 111 | 1000 | 0 | 111 | 11110011 | 100011 | 1011010 |
Color Harmonies of #DDDCEE
Complementary color
Monochromatic Colors of #DDDCEE
Black with #DDDCEE
Text Example
Text Example
White with #DDDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCEE; }
p { color: rgb(221,220,238); }
H1.HeaderClassName
{
color: #DDDCEE;
}
.AnyTagClassName
{
color: #DDDCEE;
}
</style>
background-color css
<style>
a { background-color: #DDDCEE; }
a { background-color: rgb(221,220,238); }
div.DivClassName
{
background-color: #DDDCEE;
}
.BgClassName
{
background-color: #DDDCEE;
}
</style>
border-color css
<style>
span { border-color: #DDDCEE; }
span { border-color: rgb(221,220,238); }
td.TdClassName
{
border-color: #DDDCEE;
}
.TagClassName
{
border-color: #DDDCEE;
}
</style>