Shades of Quartz #DCD9FD
Tints of Quartz #DCD9FD
RGB
CMYK
RGB Variations
Color information
#DCD9FD (or 0xDCD9FD) is known color: Quartz. HEX triplet: DC, D9 and FD. RGB value is (220,217,253). Sum of RGB (Red+Green+Blue) = 220+217+253=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9FD is #232602. Grayscale: #DDDDDD. Windows color (decimal): -2303491 or 16636380. OLE color: 16636380.
HSL color Cylindrical-coordinate representation of color #DCD9FD: hue angle of 245º 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 #DCD9FD is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 217 | 253 | - |
CMYK | 0.13 | 0.14 | 0 | 0.01 |
HSL | 245º | 0.9% | 0.92% | - |
HSV(B) | 245º | 0.14% | 0.99% | - |
XYZ | 72.06 | 71.93 | 103.02 | - |
YUV | 222 | 145.49 | 126.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 253 | 0.13 | 0.14 | 0 | 0.01 | 245 | 0.9 | 0.92 |
Hex | DC | D9 | FD | D | E | 0 | 1 | F5 | 5A | 5C |
Octal | 334 | 331 | 375 | 15 | 16 | 0 | 1 | 365 | 132 | 134 |
Binary | 11011100 | 11011001 | 11111101 | 1101 | 1110 | 0 | 1 | 11110101 | 1011010 | 1011100 |
Color Harmonies of #DCD9FD
Complementary color
Monochromatic Colors of #DCD9FD
Black with #DCD9FD
Text Example
Text Example
White with #DCD9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9FD; }
p { color: rgb(220,217,253); }
H1.HeaderClassName
{
color: #DCD9FD;
}
.AnyTagClassName
{
color: #DCD9FD;
}
</style>
background-color css
<style>
a { background-color: #DCD9FD; }
a { background-color: rgb(220,217,253); }
div.DivClassName
{
background-color: #DCD9FD;
}
.BgClassName
{
background-color: #DCD9FD;
}
</style>
border-color css
<style>
span { border-color: #DCD9FD; }
span { border-color: rgb(220,217,253); }
td.TdClassName
{
border-color: #DCD9FD;
}
.TagClassName
{
border-color: #DCD9FD;
}
</style>