Shades of Quartz #DCDAF7
Tints of Quartz #DCDAF7
RGB
CMYK
RGB Variations
Color information
#DCDAF7 (or 0xDCDAF7) is known color: Quartz. HEX triplet: DC, DA and F7. RGB value is (220,218,247). Sum of RGB (Red+Green+Blue) = 220+218+247=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAF7 is #232508. Grayscale: #DDDDDD. Windows color (decimal): -2303241 or 16243420. OLE color: 16243420.
HSL color Cylindrical-coordinate representation of color #DCDAF7: hue angle of 244.14º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDAF7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 220 | 218 | 247 | - |
CMYK | 0.11 | 0.12 | 0 | 0.03 |
HSL | 244.14º | 0.64% | 0.91% | - |
HSV(B) | 244.14º | 0.12% | 0.97% | - |
XYZ | 71.38 | 72.07 | 98.15 | - |
YUV | 221.9 | 142.16 | 126.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 247 | 0.11 | 0.12 | 0 | 0.03 | 244.14 | 0.64 | 0.91 |
Hex | DC | DA | F7 | B | C | 0 | 3 | F4 | 40 | 5B |
Octal | 334 | 332 | 367 | 13 | 14 | 0 | 3 | 364 | 100 | 133 |
Binary | 11011100 | 11011010 | 11110111 | 1011 | 1100 | 0 | 11 | 11110100 | 1000000 | 1011011 |
Color Harmonies of #DCDAF7
Complementary color
Monochromatic Colors of #DCDAF7
Black with #DCDAF7
Text Example
Text Example
White with #DCDAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAF7; }
p { color: rgb(220,218,247); }
H1.HeaderClassName
{
color: #DCDAF7;
}
.AnyTagClassName
{
color: #DCDAF7;
}
</style>
background-color css
<style>
a { background-color: #DCDAF7; }
a { background-color: rgb(220,218,247); }
div.DivClassName
{
background-color: #DCDAF7;
}
.BgClassName
{
background-color: #DCDAF7;
}
</style>
border-color css
<style>
span { border-color: #DCDAF7; }
span { border-color: rgb(220,218,247); }
td.TdClassName
{
border-color: #DCDAF7;
}
.TagClassName
{
border-color: #DCDAF7;
}
</style>