Shades of Quartz #DCD9EA
Tints of Quartz #DCD9EA
RGB
CMYK
RGB Variations
Color information
#DCD9EA (or 0xDCD9EA) is known color: Quartz. HEX triplet: DC, D9 and EA. RGB value is (220,217,234). Sum of RGB (Red+Green+Blue) = 220+217+234=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 217 (85.16% from 255 or 32.34% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9EA is #232615. Grayscale: #DBDBDB. Windows color (decimal): -2303510 or 15391196. OLE color: 15391196.
HSL color Cylindrical-coordinate representation of color #DCD9EA: hue angle of 250.59º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCD9EA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 217 | 234 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.08 |
| HSL | 250.59º | 0.29% | 0.88% | - |
| HSV(B) | 250.59º | 0.07% | 0.92% | - |
| XYZ | 69.18 | 70.78 | 87.86 | - |
| YUV | 219.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 234 | 0.06 | 0.07 | 0 | 0.08 | 250.59 | 0.29 | 0.88 |
| Hex | DC | D9 | EA | 6 | 7 | 0 | 8 | FB | 1D | 58 |
| Octal | 334 | 331 | 352 | 6 | 7 | 0 | 10 | 373 | 35 | 130 |
| Binary | 11011100 | 11011001 | 11101010 | 110 | 111 | 0 | 1000 | 11111011 | 11101 | 1011000 |
Color Harmonies of #DCD9EA
Complementary color
Monochromatic Colors of #DCD9EA
Black with #DCD9EA
Text Example
Text Example
White with #DCD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9EA; }
p { color: rgb(220,217,234); }
H1.HeaderClassName
{
color: #DCD9EA;
}
.AnyTagClassName
{
color: #DCD9EA;
}
</style>
background-color css
<style>
a { background-color: #DCD9EA; }
a { background-color: rgb(220,217,234); }
div.DivClassName
{
background-color: #DCD9EA;
}
.BgClassName
{
background-color: #DCD9EA;
}
</style>
border-color css
<style>
span { border-color: #DCD9EA; }
span { border-color: rgb(220,217,234); }
td.TdClassName
{
border-color: #DCD9EA;
}
.TagClassName
{
border-color: #DCD9EA;
}
</style>