Shades of Quartz #DCDAFD
Tints of Quartz #DCDAFD
RGB
CMYK
RGB Variations
Color information
#DCDAFD (or 0xDCDAFD) is known color: Quartz. HEX triplet: DC, DA and FD. RGB value is (220,218,253). Sum of RGB (Red+Green+Blue) = 220+218+253=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 218 (85.55% from 255 or 31.55% from 691); Blue value is 253 (99.22% from 255 or 36.61% from 691); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDAFD is #232502. Grayscale: #DEDEDE. Windows color (decimal): -2303235 or 16636636. OLE color: 16636636.
HSL color Cylindrical-coordinate representation of color #DCDAFD: hue angle of 243.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCDAFD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 218 | 253 | - |
CMYK | 0.13 | 0.14 | 0 | 0.01 |
HSL | 243.43º | 0.9% | 0.92% | - |
HSV(B) | 243.43º | 0.14% | 0.99% | - |
XYZ | 72.32 | 72.45 | 103.1 | - |
YUV | 222.59 | 145.16 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 253 | 0.13 | 0.14 | 0 | 0.01 | 243.43 | 0.9 | 0.92 |
Hex | DC | DA | FD | D | E | 0 | 1 | F3 | 5A | 5C |
Octal | 334 | 332 | 375 | 15 | 16 | 0 | 1 | 363 | 132 | 134 |
Binary | 11011100 | 11011010 | 11111101 | 1101 | 1110 | 0 | 1 | 11110011 | 1011010 | 1011100 |
Color Harmonies of #DCDAFD
Complementary color
Monochromatic Colors of #DCDAFD
Black with #DCDAFD
Text Example
Text Example
White with #DCDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAFD; }
p { color: rgb(220,218,253); }
H1.HeaderClassName
{
color: #DCDAFD;
}
.AnyTagClassName
{
color: #DCDAFD;
}
</style>
background-color css
<style>
a { background-color: #DCDAFD; }
a { background-color: rgb(220,218,253); }
div.DivClassName
{
background-color: #DCDAFD;
}
.BgClassName
{
background-color: #DCDAFD;
}
</style>
border-color css
<style>
span { border-color: #DCDAFD; }
span { border-color: rgb(220,218,253); }
td.TdClassName
{
border-color: #DCDAFD;
}
.TagClassName
{
border-color: #DCDAFD;
}
</style>