Shades of Quartz #DCD5FF
Tints of Quartz #DCD5FF
RGB
CMYK
RGB Variations
Color information
#DCD5FF (or 0xDCD5FF) is known color: Quartz. HEX triplet: DC, D5 and FF. RGB value is (220,213,255). Sum of RGB (Red+Green+Blue) = 220+213+255=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5FF is #232A00. Grayscale: #DBDBDB. Windows color (decimal): -2304513 or 16766428. OLE color: 16766428.
HSL color Cylindrical-coordinate representation of color #DCD5FF: hue angle of 250º 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 #DCD5FF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 213 | 255 | - |
| CMYK | 0.14 | 0.16 | 0 | 0 |
| HSL | 250º | 1% | 0.92% | - |
| HSV(B) | 250º | 0.16% | 1% | - |
| XYZ | 71.36 | 70.02 | 104.36 | - |
| YUV | 219.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 255 | 0.14 | 0.16 | 0 | 0 | 250 | 1 | 0.92 |
| Hex | DC | D5 | FF | E | 10 | 0 | 0 | FA | 64 | 5C |
| Octal | 334 | 325 | 377 | 16 | 20 | 0 | 0 | 372 | 144 | 134 |
| Binary | 11011100 | 11010101 | 11111111 | 1110 | 10000 | 0 | 0 | 11111010 | 1100100 | 1011100 |
Color Harmonies of #DCD5FF
Complementary color
Monochromatic Colors of #DCD5FF
Black with #DCD5FF
Text Example
Text Example
White with #DCD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5FF; }
p { color: rgb(220,213,255); }
H1.HeaderClassName
{
color: #DCD5FF;
}
.AnyTagClassName
{
color: #DCD5FF;
}
</style>
background-color css
<style>
a { background-color: #DCD5FF; }
a { background-color: rgb(220,213,255); }
div.DivClassName
{
background-color: #DCD5FF;
}
.BgClassName
{
background-color: #DCD5FF;
}
</style>
border-color css
<style>
span { border-color: #DCD5FF; }
span { border-color: rgb(220,213,255); }
td.TdClassName
{
border-color: #DCD5FF;
}
.TagClassName
{
border-color: #DCD5FF;
}
</style>