Shades of Quartz #DCDDF1
Tints of Quartz #DCDDF1
RGB
CMYK
RGB Variations
Color information
#DCDDF1 (or 0xDCDDF1) is known color: Quartz. HEX triplet: DC, DD and F1. RGB value is (220,221,241). Sum of RGB (Red+Green+Blue) = 220+221+241=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 221 (86.72% from 255 or 32.40% 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 #DCDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDF1 is #23220E. Grayscale: #DEDEDE. Windows color (decimal): -2302479 or 15850972. OLE color: 15850972.
HSL color Cylindrical-coordinate representation of color #DCDDF1: hue angle of 237.14º 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 #DCDDF1 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 221 | 241 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.05 |
| HSL | 237.14º | 0.43% | 0.9% | - |
| HSV(B) | 237.14º | 0.09% | 0.95% | - |
| XYZ | 71.25 | 73.28 | 93.61 | - |
| YUV | 222.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 241 | 0.09 | 0.08 | 0 | 0.05 | 237.14 | 0.43 | 0.9 |
| Hex | DC | DD | F1 | 9 | 8 | 0 | 5 | ED | 2B | 5A |
| Octal | 334 | 335 | 361 | 11 | 10 | 0 | 5 | 355 | 53 | 132 |
| Binary | 11011100 | 11011101 | 11110001 | 1001 | 1000 | 0 | 101 | 11101101 | 101011 | 1011010 |
Color Harmonies of #DCDDF1
Complementary color
Monochromatic Colors of #DCDDF1
Black with #DCDDF1
Text Example
Text Example
White with #DCDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDF1; }
p { color: rgb(220,221,241); }
H1.HeaderClassName
{
color: #DCDDF1;
}
.AnyTagClassName
{
color: #DCDDF1;
}
</style>
background-color css
<style>
a { background-color: #DCDDF1; }
a { background-color: rgb(220,221,241); }
div.DivClassName
{
background-color: #DCDDF1;
}
.BgClassName
{
background-color: #DCDDF1;
}
</style>
border-color css
<style>
span { border-color: #DCDDF1; }
span { border-color: rgb(220,221,241); }
td.TdClassName
{
border-color: #DCDDF1;
}
.TagClassName
{
border-color: #DCDDF1;
}
</style>