Shades of Quartz #DCDAFF
Tints of Quartz #DCDAFF
RGB
CMYK
RGB Variations
Color information
#DCDAFF (or 0xDCDAFF) is known color: Quartz. HEX triplet: DC, DA and FF. RGB value is (220,218,255). Sum of RGB (Red+Green+Blue) = 220+218+255=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFF is #232500. Grayscale: #DEDEDE. Windows color (decimal): -2303233 or 16767708. OLE color: 16767708.
HSL color Cylindrical-coordinate representation of color #DCDAFF: hue angle of 243.24º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCDAFF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 218 | 255 | - |
| CMYK | 0.14 | 0.15 | 0 | 0 |
| HSL | 243.24º | 1% | 0.93% | - |
| HSV(B) | 243.24º | 0.15% | 1% | - |
| XYZ | 72.64 | 72.58 | 104.79 | - |
| YUV | 222.82 | 146.16 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 255 | 0.14 | 0.15 | 0 | 0 | 243.24 | 1 | 0.93 |
| Hex | DC | DA | FF | E | F | 0 | 0 | F3 | 64 | 5D |
| Octal | 334 | 332 | 377 | 16 | 17 | 0 | 0 | 363 | 144 | 135 |
| Binary | 11011100 | 11011010 | 11111111 | 1110 | 1111 | 0 | 0 | 11110011 | 1100100 | 1011101 |
Color Harmonies of #DCDAFF
Complementary color
Monochromatic Colors of #DCDAFF
Black with #DCDAFF
Text Example
Text Example
White with #DCDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAFF; }
p { color: rgb(220,218,255); }
H1.HeaderClassName
{
color: #DCDAFF;
}
.AnyTagClassName
{
color: #DCDAFF;
}
</style>
background-color css
<style>
a { background-color: #DCDAFF; }
a { background-color: rgb(220,218,255); }
div.DivClassName
{
background-color: #DCDAFF;
}
.BgClassName
{
background-color: #DCDAFF;
}
</style>
border-color css
<style>
span { border-color: #DCDAFF; }
span { border-color: rgb(220,218,255); }
td.TdClassName
{
border-color: #DCDAFF;
}
.TagClassName
{
border-color: #DCDAFF;
}
</style>