Shades of Quartz #DCD7FF
Tints of Quartz #DCD7FF
RGB
CMYK
RGB Variations
Color information
#DCD7FF (or 0xDCD7FF) is known color: Quartz. HEX triplet: DC, D7 and FF. RGB value is (220,215,255). Sum of RGB (Red+Green+Blue) = 220+215+255=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD7FF is #232800. Grayscale: #DCDCDC. Windows color (decimal): -2304001 or 16766940. OLE color: 16766940.
HSL color Cylindrical-coordinate representation of color #DCD7FF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCD7FF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 215 | 255 | - |
| CMYK | 0.14 | 0.16 | 0 | 0 |
| HSL | 247.5º | 1% | 0.92% | - |
| HSV(B) | 247.5º | 0.16% | 1% | - |
| XYZ | 71.87 | 71.04 | 104.53 | - |
| YUV | 221.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 255 | 0.14 | 0.16 | 0 | 0 | 247.5 | 1 | 0.92 |
| Hex | DC | D7 | FF | E | 10 | 0 | 0 | F8 | 64 | 5C |
| Octal | 334 | 327 | 377 | 16 | 20 | 0 | 0 | 370 | 144 | 134 |
| Binary | 11011100 | 11010111 | 11111111 | 1110 | 10000 | 0 | 0 | 11111000 | 1100100 | 1011100 |
Color Harmonies of #DCD7FF
Complementary color
Monochromatic Colors of #DCD7FF
Black with #DCD7FF
Text Example
Text Example
White with #DCD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7FF; }
p { color: rgb(220,215,255); }
H1.HeaderClassName
{
color: #DCD7FF;
}
.AnyTagClassName
{
color: #DCD7FF;
}
</style>
background-color css
<style>
a { background-color: #DCD7FF; }
a { background-color: rgb(220,215,255); }
div.DivClassName
{
background-color: #DCD7FF;
}
.BgClassName
{
background-color: #DCD7FF;
}
</style>
border-color css
<style>
span { border-color: #DCD7FF; }
span { border-color: rgb(220,215,255); }
td.TdClassName
{
border-color: #DCD7FF;
}
.TagClassName
{
border-color: #DCD7FF;
}
</style>