Shades of Quartz #DCD5F5
Tints of Quartz #DCD5F5
RGB
CMYK
RGB Variations
Color information
#DCD5F5 (or 0xDCD5F5) is known color: Quartz. HEX triplet: DC, D5 and F5. RGB value is (220,213,245). Sum of RGB (Red+Green+Blue) = 220+213+245=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCD5F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5F5 is #232A0A. Grayscale: #DADADA. Windows color (decimal): -2304523 or 16111068. OLE color: 16111068.
HSL color Cylindrical-coordinate representation of color #DCD5F5: hue angle of 253.12º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCD5F5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 213 | 245 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.04 |
| HSL | 253.13º | 0.62% | 0.9% | - |
| HSV(B) | 253.13º | 0.13% | 0.96% | - |
| XYZ | 69.79 | 69.4 | 96.1 | - |
| YUV | 218.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 245 | 0.10 | 0.13 | 0 | 0.04 | 253.13 | 0.62 | 0.9 |
| Hex | DC | D5 | F5 | A | D | 0 | 4 | FD | 3E | 5A |
| Octal | 334 | 325 | 365 | 12 | 15 | 0 | 4 | 375 | 76 | 132 |
| Binary | 11011100 | 11010101 | 11110101 | 1010 | 1101 | 0 | 100 | 11111101 | 111110 | 1011010 |
Color Harmonies of #DCD5F5
Complementary color
Monochromatic Colors of #DCD5F5
Black with #DCD5F5
Text Example
Text Example
White with #DCD5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5F5; }
p { color: rgb(220,213,245); }
H1.HeaderClassName
{
color: #DCD5F5;
}
.AnyTagClassName
{
color: #DCD5F5;
}
</style>
background-color css
<style>
a { background-color: #DCD5F5; }
a { background-color: rgb(220,213,245); }
div.DivClassName
{
background-color: #DCD5F5;
}
.BgClassName
{
background-color: #DCD5F5;
}
</style>
border-color css
<style>
span { border-color: #DCD5F5; }
span { border-color: rgb(220,213,245); }
td.TdClassName
{
border-color: #DCD5F5;
}
.TagClassName
{
border-color: #DCD5F5;
}
</style>