Shades of Quartz #DCDAF1
Tints of Quartz #DCDAF1
RGB
CMYK
RGB Variations
Color information
#DCDAF1 (or 0xDCDAF1) is known color: Quartz. HEX triplet: DC, DA and F1. RGB value is (220,218,241). Sum of RGB (Red+Green+Blue) = 220+218+241=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 241 (94.53% from 255 or 35.49% from 679); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAF1 is #23250E. Grayscale: #DDDDDD. Windows color (decimal): -2303247 or 15850204. OLE color: 15850204.
HSL color Cylindrical-coordinate representation of color #DCDAF1: hue angle of 245.22º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDAF1 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 218 | 241 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.05 |
| HSL | 245.22º | 0.45% | 0.9% | - |
| HSV(B) | 245.22º | 0.1% | 0.95% | - |
| XYZ | 70.46 | 71.71 | 93.35 | - |
| YUV | 221.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 241 | 0.09 | 0.10 | 0 | 0.05 | 245.22 | 0.45 | 0.9 |
| Hex | DC | DA | F1 | 9 | A | 0 | 5 | F5 | 2D | 5A |
| Octal | 334 | 332 | 361 | 11 | 12 | 0 | 5 | 365 | 55 | 132 |
| Binary | 11011100 | 11011010 | 11110001 | 1001 | 1010 | 0 | 101 | 11110101 | 101101 | 1011010 |
Color Harmonies of #DCDAF1
Complementary color
Monochromatic Colors of #DCDAF1
Black with #DCDAF1
Text Example
Text Example
White with #DCDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAF1; }
p { color: rgb(220,218,241); }
H1.HeaderClassName
{
color: #DCDAF1;
}
.AnyTagClassName
{
color: #DCDAF1;
}
</style>
background-color css
<style>
a { background-color: #DCDAF1; }
a { background-color: rgb(220,218,241); }
div.DivClassName
{
background-color: #DCDAF1;
}
.BgClassName
{
background-color: #DCDAF1;
}
</style>
border-color css
<style>
span { border-color: #DCDAF1; }
span { border-color: rgb(220,218,241); }
td.TdClassName
{
border-color: #DCDAF1;
}
.TagClassName
{
border-color: #DCDAF1;
}
</style>