Shades of Quartz #DCD8EA
Tints of Quartz #DCD8EA
RGB
CMYK
RGB Variations
Color information
#DCD8EA (or 0xDCD8EA) is known color: Quartz. HEX triplet: DC, D8 and EA. RGB value is (220,216,234). Sum of RGB (Red+Green+Blue) = 220+216+234=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 216 (84.77% from 255 or 32.24% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCD8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD8EA is #232715. Grayscale: #DBDBDB. Windows color (decimal): -2303766 or 15390940. OLE color: 15390940.
HSL color Cylindrical-coordinate representation of color #DCD8EA: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD8EA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 216 | 234 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.08 |
| HSL | 253.33º | 0.3% | 0.88% | - |
| HSV(B) | 253.33º | 0.08% | 0.92% | - |
| XYZ | 68.92 | 70.27 | 87.77 | - |
| YUV | 219.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 234 | 0.06 | 0.08 | 0 | 0.08 | 253.33 | 0.3 | 0.88 |
| Hex | DC | D8 | EA | 6 | 8 | 0 | 8 | FD | 1E | 58 |
| Octal | 334 | 330 | 352 | 6 | 10 | 0 | 10 | 375 | 36 | 130 |
| Binary | 11011100 | 11011000 | 11101010 | 110 | 1000 | 0 | 1000 | 11111101 | 11110 | 1011000 |
Color Harmonies of #DCD8EA
Complementary color
Monochromatic Colors of #DCD8EA
Black with #DCD8EA
Text Example
Text Example
White with #DCD8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD8EA; }
p { color: rgb(220,216,234); }
H1.HeaderClassName
{
color: #DCD8EA;
}
.AnyTagClassName
{
color: #DCD8EA;
}
</style>
background-color css
<style>
a { background-color: #DCD8EA; }
a { background-color: rgb(220,216,234); }
div.DivClassName
{
background-color: #DCD8EA;
}
.BgClassName
{
background-color: #DCD8EA;
}
</style>
border-color css
<style>
span { border-color: #DCD8EA; }
span { border-color: rgb(220,216,234); }
td.TdClassName
{
border-color: #DCD8EA;
}
.TagClassName
{
border-color: #DCD8EA;
}
</style>