Shades of Quartz #DDDCF6
Tints of Quartz #DDDCF6
RGB
CMYK
RGB Variations
Color information
#DDDCF6 (or 0xDDDCF6) is known color: Quartz. HEX triplet: DD, DC and F6. RGB value is (221,220,246). Sum of RGB (Red+Green+Blue) = 221+220+246=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 220 (86.33% from 255 or 32.02% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF6 is #222309. Grayscale: #DFDFDF. Windows color (decimal): -2237194 or 16178397. OLE color: 16178397.
HSL color Cylindrical-coordinate representation of color #DDDCF6: hue angle of 242.31º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDDCF6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 220 | 246 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.04 |
| HSL | 242.31º | 0.59% | 0.91% | - |
| HSV(B) | 242.31º | 0.11% | 0.96% | - |
| XYZ | 72.05 | 73.21 | 97.52 | - |
| YUV | 223.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 246 | 0.10 | 0.11 | 0 | 0.04 | 242.31 | 0.59 | 0.91 |
| Hex | DD | DC | F6 | A | B | 0 | 4 | F2 | 3B | 5B |
| Octal | 335 | 334 | 366 | 12 | 13 | 0 | 4 | 362 | 73 | 133 |
| Binary | 11011101 | 11011100 | 11110110 | 1010 | 1011 | 0 | 100 | 11110010 | 111011 | 1011011 |
Color Harmonies of #DDDCF6
Complementary color
Monochromatic Colors of #DDDCF6
Black with #DDDCF6
Text Example
Text Example
White with #DDDCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCF6; }
p { color: rgb(221,220,246); }
H1.HeaderClassName
{
color: #DDDCF6;
}
.AnyTagClassName
{
color: #DDDCF6;
}
</style>
background-color css
<style>
a { background-color: #DDDCF6; }
a { background-color: rgb(221,220,246); }
div.DivClassName
{
background-color: #DDDCF6;
}
.BgClassName
{
background-color: #DDDCF6;
}
</style>
border-color css
<style>
span { border-color: #DDDCF6; }
span { border-color: rgb(221,220,246); }
td.TdClassName
{
border-color: #DDDCF6;
}
.TagClassName
{
border-color: #DDDCF6;
}
</style>