Shades of Quartz #DDDCF1
Tints of Quartz #DDDCF1
RGB
CMYK
RGB Variations
Color information
#DDDCF1 (or 0xDDDCF1) is known color: Quartz. HEX triplet: DD, DC and F1. RGB value is (221,220,241). Sum of RGB (Red+Green+Blue) = 221+220+241=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 220 (86.33% from 255 or 32.26% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF1 is #22230E. Grayscale: #DEDEDE. Windows color (decimal): -2237199 or 15850717. OLE color: 15850717.
HSL color Cylindrical-coordinate representation of color #DDDCF1: hue angle of 242.86º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDDCF1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 220 | 241 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.05 |
| HSL | 242.86º | 0.43% | 0.9% | - |
| HSV(B) | 242.86º | 0.09% | 0.95% | - |
| XYZ | 71.29 | 72.91 | 93.53 | - |
| YUV | 222.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 241 | 0.08 | 0.09 | 0 | 0.05 | 242.86 | 0.43 | 0.9 |
| Hex | DD | DC | F1 | 8 | 9 | 0 | 5 | F3 | 2B | 5A |
| Octal | 335 | 334 | 361 | 10 | 11 | 0 | 5 | 363 | 53 | 132 |
| Binary | 11011101 | 11011100 | 11110001 | 1000 | 1001 | 0 | 101 | 11110011 | 101011 | 1011010 |
Color Harmonies of #DDDCF1
Complementary color
Monochromatic Colors of #DDDCF1
Black with #DDDCF1
Text Example
Text Example
White with #DDDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCF1; }
p { color: rgb(221,220,241); }
H1.HeaderClassName
{
color: #DDDCF1;
}
.AnyTagClassName
{
color: #DDDCF1;
}
</style>
background-color css
<style>
a { background-color: #DDDCF1; }
a { background-color: rgb(221,220,241); }
div.DivClassName
{
background-color: #DDDCF1;
}
.BgClassName
{
background-color: #DDDCF1;
}
</style>
border-color css
<style>
span { border-color: #DDDCF1; }
span { border-color: rgb(221,220,241); }
td.TdClassName
{
border-color: #DDDCF1;
}
.TagClassName
{
border-color: #DDDCF1;
}
</style>