Shades of Quartz #DCDAF9
Tints of Quartz #DCDAF9
RGB
CMYK
RGB Variations
Color information
#DCDAF9 (or 0xDCDAF9) is known color: Quartz. HEX triplet: DC, DA and F9. RGB value is (220,218,249). Sum of RGB (Red+Green+Blue) = 220+218+249=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 249 (97.66% from 255 or 36.24% from 687); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCDAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAF9 is #232506. Grayscale: #DEDEDE. Windows color (decimal): -2303239 or 16374492. OLE color: 16374492.
HSL color Cylindrical-coordinate representation of color #DCDAF9: hue angle of 243.87º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDAF9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 218 | 249 | - |
CMYK | 0.12 | 0.12 | 0 | 0.02 |
HSL | 243.87º | 0.72% | 0.92% | - |
HSV(B) | 243.87º | 0.12% | 0.98% | - |
XYZ | 71.69 | 72.2 | 99.78 | - |
YUV | 222.13 | 143.16 | 126.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 249 | 0.12 | 0.12 | 0 | 0.02 | 243.87 | 0.72 | 0.92 |
Hex | DC | DA | F9 | C | C | 0 | 2 | F4 | 48 | 5C |
Octal | 334 | 332 | 371 | 14 | 14 | 0 | 2 | 364 | 110 | 134 |
Binary | 11011100 | 11011010 | 11111001 | 1100 | 1100 | 0 | 10 | 11110100 | 1001000 | 1011100 |
Color Harmonies of #DCDAF9
Complementary color
Monochromatic Colors of #DCDAF9
Black with #DCDAF9
Text Example
Text Example
White with #DCDAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAF9; }
p { color: rgb(220,218,249); }
H1.HeaderClassName
{
color: #DCDAF9;
}
.AnyTagClassName
{
color: #DCDAF9;
}
</style>
background-color css
<style>
a { background-color: #DCDAF9; }
a { background-color: rgb(220,218,249); }
div.DivClassName
{
background-color: #DCDAF9;
}
.BgClassName
{
background-color: #DCDAF9;
}
</style>
border-color css
<style>
span { border-color: #DCDAF9; }
span { border-color: rgb(220,218,249); }
td.TdClassName
{
border-color: #DCDAF9;
}
.TagClassName
{
border-color: #DCDAF9;
}
</style>