Shades of Quartz #DCD7EC
Tints of Quartz #DCD7EC
RGB
CMYK
RGB Variations
Color information
#DCD7EC (or 0xDCD7EC) is known color: Quartz. HEX triplet: DC, D7 and EC. RGB value is (220,215,236). Sum of RGB (Red+Green+Blue) = 220+215+236=671 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.79% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7EC is #232813. Grayscale: #DADADA. Windows color (decimal): -2304020 or 15521756. OLE color: 15521756.
HSL color Cylindrical-coordinate representation of color #DCD7EC: hue angle of 254.29º degrees, saturation: 0.36, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD7EC is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 215 | 236 | - |
CMYK | 0.07 | 0.09 | 0 | 0.07 |
HSL | 254.29º | 0.36% | 0.88% | - |
HSV(B) | 254.29º | 0.09% | 0.93% | - |
XYZ | 68.96 | 69.87 | 89.21 | - |
YUV | 218.89 | 137.66 | 128.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 236 | 0.07 | 0.09 | 0 | 0.07 | 254.29 | 0.36 | 0.88 |
Hex | DC | D7 | EC | 7 | 9 | 0 | 7 | FE | 24 | 58 |
Octal | 334 | 327 | 354 | 7 | 11 | 0 | 7 | 376 | 44 | 130 |
Binary | 11011100 | 11010111 | 11101100 | 111 | 1001 | 0 | 111 | 11111110 | 100100 | 1011000 |
Color Harmonies of #DCD7EC
Complementary color
Monochromatic Colors of #DCD7EC
Black with #DCD7EC
Text Example
Text Example
White with #DCD7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7EC; }
p { color: rgb(220,215,236); }
H1.HeaderClassName
{
color: #DCD7EC;
}
.AnyTagClassName
{
color: #DCD7EC;
}
</style>
background-color css
<style>
a { background-color: #DCD7EC; }
a { background-color: rgb(220,215,236); }
div.DivClassName
{
background-color: #DCD7EC;
}
.BgClassName
{
background-color: #DCD7EC;
}
</style>
border-color css
<style>
span { border-color: #DCD7EC; }
span { border-color: rgb(220,215,236); }
td.TdClassName
{
border-color: #DCD7EC;
}
.TagClassName
{
border-color: #DCD7EC;
}
</style>