Shades of Quartz #DCD8EF
Tints of Quartz #DCD8EF
RGB
CMYK
RGB Variations
Color information
#DCD8EF (or 0xDCD8EF) is known color: Quartz. HEX triplet: DC, D8 and EF. RGB value is (220,216,239). Sum of RGB (Red+Green+Blue) = 220+216+239=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCD8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8EF is #232710. Grayscale: #DBDBDB. Windows color (decimal): -2303761 or 15718620. OLE color: 15718620.
HSL color Cylindrical-coordinate representation of color #DCD8EF: hue angle of 250.43º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD8EF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 216 | 239 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.06 |
| HSL | 250.43º | 0.42% | 0.89% | - |
| HSV(B) | 250.43º | 0.1% | 0.94% | - |
| XYZ | 69.65 | 70.56 | 91.61 | - |
| YUV | 219.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 239 | 0.08 | 0.10 | 0 | 0.06 | 250.43 | 0.42 | 0.89 |
| Hex | DC | D8 | EF | 8 | A | 0 | 6 | FA | 2A | 59 |
| Octal | 334 | 330 | 357 | 10 | 12 | 0 | 6 | 372 | 52 | 131 |
| Binary | 11011100 | 11011000 | 11101111 | 1000 | 1010 | 0 | 110 | 11111010 | 101010 | 1011001 |
Color Harmonies of #DCD8EF
Complementary color
Monochromatic Colors of #DCD8EF
Black with #DCD8EF
Text Example
Text Example
White with #DCD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8EF; }
p { color: rgb(220,216,239); }
H1.HeaderClassName
{
color: #DCD8EF;
}
.AnyTagClassName
{
color: #DCD8EF;
}
</style>
background-color css
<style>
a { background-color: #DCD8EF; }
a { background-color: rgb(220,216,239); }
div.DivClassName
{
background-color: #DCD8EF;
}
.BgClassName
{
background-color: #DCD8EF;
}
</style>
border-color css
<style>
span { border-color: #DCD8EF; }
span { border-color: rgb(220,216,239); }
td.TdClassName
{
border-color: #DCD8EF;
}
.TagClassName
{
border-color: #DCD8EF;
}
</style>