Shades of Quartz #DCDAFA
Tints of Quartz #DCDAFA
RGB
CMYK
RGB Variations
Color information
#DCDAFA (or 0xDCDAFA) is known color: Quartz. HEX triplet: DC, DA and FA. RGB value is (220,218,250). Sum of RGB (Red+Green+Blue) = 220+218+250=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFA is #232505. Grayscale: #DEDEDE. Windows color (decimal): -2303238 or 16440028. OLE color: 16440028.
HSL color Cylindrical-coordinate representation of color #DCDAFA: hue angle of 243.75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDAFA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 218 | 250 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.02 |
| HSL | 243.75º | 0.76% | 0.92% | - |
| HSV(B) | 243.75º | 0.13% | 0.98% | - |
| XYZ | 71.84 | 72.26 | 100.6 | - |
| YUV | 222.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 250 | 0.12 | 0.13 | 0 | 0.02 | 243.75 | 0.76 | 0.92 |
| Hex | DC | DA | FA | C | D | 0 | 2 | F4 | 4C | 5C |
| Octal | 334 | 332 | 372 | 14 | 15 | 0 | 2 | 364 | 114 | 134 |
| Binary | 11011100 | 11011010 | 11111010 | 1100 | 1101 | 0 | 10 | 11110100 | 1001100 | 1011100 |
Color Harmonies of #DCDAFA
Complementary color
Monochromatic Colors of #DCDAFA
Black with #DCDAFA
Text Example
Text Example
White with #DCDAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAFA; }
p { color: rgb(220,218,250); }
H1.HeaderClassName
{
color: #DCDAFA;
}
.AnyTagClassName
{
color: #DCDAFA;
}
</style>
background-color css
<style>
a { background-color: #DCDAFA; }
a { background-color: rgb(220,218,250); }
div.DivClassName
{
background-color: #DCDAFA;
}
.BgClassName
{
background-color: #DCDAFA;
}
</style>
border-color css
<style>
span { border-color: #DCDAFA; }
span { border-color: rgb(220,218,250); }
td.TdClassName
{
border-color: #DCDAFA;
}
.TagClassName
{
border-color: #DCDAFA;
}
</style>