Shades of Quartz #DCD5F3
Tints of Quartz #DCD5F3
RGB
CMYK
RGB Variations
Color information
#DCD5F3 (or 0xDCD5F3) is known color: Quartz. HEX triplet: DC, D5 and F3. RGB value is (220,213,243). Sum of RGB (Red+Green+Blue) = 220+213+243=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD5F3 is #232A0C. Grayscale: #DADADA. Windows color (decimal): -2304525 or 15979996. OLE color: 15979996.
HSL color Cylindrical-coordinate representation of color #DCD5F3: hue angle of 254º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCD5F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 213 | 243 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 254º | 0.56% | 0.89% | - |
| HSV(B) | 254º | 0.12% | 0.95% | - |
| XYZ | 69.49 | 69.28 | 94.5 | - |
| YUV | 218.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 243 | 0.09 | 0.12 | 0 | 0.05 | 254 | 0.56 | 0.89 |
| Hex | DC | D5 | F3 | 9 | C | 0 | 5 | FE | 38 | 59 |
| Octal | 334 | 325 | 363 | 11 | 14 | 0 | 5 | 376 | 70 | 131 |
| Binary | 11011100 | 11010101 | 11110011 | 1001 | 1100 | 0 | 101 | 11111110 | 111000 | 1011001 |
Color Harmonies of #DCD5F3
Complementary color
Monochromatic Colors of #DCD5F3
Black with #DCD5F3
Text Example
Text Example
White with #DCD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD5F3; }
p { color: rgb(220,213,243); }
H1.HeaderClassName
{
color: #DCD5F3;
}
.AnyTagClassName
{
color: #DCD5F3;
}
</style>
background-color css
<style>
a { background-color: #DCD5F3; }
a { background-color: rgb(220,213,243); }
div.DivClassName
{
background-color: #DCD5F3;
}
.BgClassName
{
background-color: #DCD5F3;
}
</style>
border-color css
<style>
span { border-color: #DCD5F3; }
span { border-color: rgb(220,213,243); }
td.TdClassName
{
border-color: #DCD5F3;
}
.TagClassName
{
border-color: #DCD5F3;
}
</style>