Shades of Quartz #DCD1FF
Tints of Quartz #DCD1FF
RGB
CMYK
RGB Variations
Color information
#DCD1FF (or 0xDCD1FF) is known color: Quartz. HEX triplet: DC, D1 and FF. RGB value is (220,209,255). Sum of RGB (Red+Green+Blue) = 220+209+255=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCD1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD1FF is #232E00. Grayscale: #D9D9D9. Windows color (decimal): -2305537 or 16765404. OLE color: 16765404.
HSL color Cylindrical-coordinate representation of color #DCD1FF: hue angle of 254.35º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCD1FF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 209 | 255 | - |
| CMYK | 0.14 | 0.18 | 0 | 0 |
| HSL | 254.35º | 1% | 0.91% | - |
| HSV(B) | 254.35º | 0.18% | 1% | - |
| XYZ | 70.37 | 68.04 | 104.03 | - |
| YUV | 217.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 255 | 0.14 | 0.18 | 0 | 0 | 254.35 | 1 | 0.91 |
| Hex | DC | D1 | FF | E | 12 | 0 | 0 | FE | 64 | 5B |
| Octal | 334 | 321 | 377 | 16 | 22 | 0 | 0 | 376 | 144 | 133 |
| Binary | 11011100 | 11010001 | 11111111 | 1110 | 10010 | 0 | 0 | 11111110 | 1100100 | 1011011 |
Color Harmonies of #DCD1FF
Complementary color
Monochromatic Colors of #DCD1FF
Black with #DCD1FF
Text Example
Text Example
White with #DCD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1FF; }
p { color: rgb(220,209,255); }
H1.HeaderClassName
{
color: #DCD1FF;
}
.AnyTagClassName
{
color: #DCD1FF;
}
</style>
background-color css
<style>
a { background-color: #DCD1FF; }
a { background-color: rgb(220,209,255); }
div.DivClassName
{
background-color: #DCD1FF;
}
.BgClassName
{
background-color: #DCD1FF;
}
</style>
border-color css
<style>
span { border-color: #DCD1FF; }
span { border-color: rgb(220,209,255); }
td.TdClassName
{
border-color: #DCD1FF;
}
.TagClassName
{
border-color: #DCD1FF;
}
</style>