Shades of Quartz #DCD7ED
Tints of Quartz #DCD7ED
RGB
CMYK
RGB Variations
Color information
#DCD7ED (or 0xDCD7ED) is known color: Quartz. HEX triplet: DC, D7 and ED. RGB value is (220,215,237). Sum of RGB (Red+Green+Blue) = 220+215+237=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7ED is #232812. Grayscale: #DADADA. Windows color (decimal): -2304019 or 15587292. OLE color: 15587292.
HSL color Cylindrical-coordinate representation of color #DCD7ED: hue angle of 253.64º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD7ED is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 215 | 237 | - |
CMYK | 0.07 | 0.09 | 0 | 0.07 |
HSL | 253.64º | 0.38% | 0.89% | - |
HSV(B) | 253.64º | 0.09% | 0.93% | - |
XYZ | 69.1 | 69.93 | 89.98 | - |
YUV | 219 | 138.16 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 237 | 0.07 | 0.09 | 0 | 0.07 | 253.64 | 0.38 | 0.89 |
Hex | DC | D7 | ED | 7 | 9 | 0 | 7 | FE | 26 | 59 |
Octal | 334 | 327 | 355 | 7 | 11 | 0 | 7 | 376 | 46 | 131 |
Binary | 11011100 | 11010111 | 11101101 | 111 | 1001 | 0 | 111 | 11111110 | 100110 | 1011001 |
Color Harmonies of #DCD7ED
Complementary color
Monochromatic Colors of #DCD7ED
Black with #DCD7ED
Text Example
Text Example
White with #DCD7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7ED; }
p { color: rgb(220,215,237); }
H1.HeaderClassName
{
color: #DCD7ED;
}
.AnyTagClassName
{
color: #DCD7ED;
}
</style>
background-color css
<style>
a { background-color: #DCD7ED; }
a { background-color: rgb(220,215,237); }
div.DivClassName
{
background-color: #DCD7ED;
}
.BgClassName
{
background-color: #DCD7ED;
}
</style>
border-color css
<style>
span { border-color: #DCD7ED; }
span { border-color: rgb(220,215,237); }
td.TdClassName
{
border-color: #DCD7ED;
}
.TagClassName
{
border-color: #DCD7ED;
}
</style>