Shades of Quartz #DCD9E6
Tints of Quartz #DCD9E6
RGB
CMYK
RGB Variations
Color information
#DCD9E6 (or 0xDCD9E6) is known color: Quartz. HEX triplet: DC, D9 and E6. RGB value is (220,217,230). Sum of RGB (Red+Green+Blue) = 220+217+230=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 217 (85.16% from 255 or 32.53% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD9E6 is #232619. Grayscale: #DBDBDB. Windows color (decimal): -2303514 or 15129052. OLE color: 15129052.
HSL color Cylindrical-coordinate representation of color #DCD9E6: hue angle of 253.85º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD9E6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 217 | 230 | - |
CMYK | 0.04 | 0.06 | 0 | 0.10 |
HSL | 253.85º | 0.21% | 0.88% | - |
HSV(B) | 253.85º | 0.06% | 0.9% | - |
XYZ | 68.61 | 70.55 | 84.87 | - |
YUV | 219.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 217 | 230 | 0.04 | 0.06 | 0 | 0.10 | 253.85 | 0.21 | 0.88 |
Hex | DC | D9 | E6 | 4 | 6 | 0 | A | FE | 15 | 58 |
Octal | 334 | 331 | 346 | 4 | 6 | 0 | 12 | 376 | 25 | 130 |
Binary | 11011100 | 11011001 | 11100110 | 100 | 110 | 0 | 1010 | 11111110 | 10101 | 1011000 |
Color Harmonies of #DCD9E6
Complementary color
Monochromatic Colors of #DCD9E6
Black with #DCD9E6
Text Example
Text Example
White with #DCD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD9E6; }
p { color: rgb(220,217,230); }
H1.HeaderClassName
{
color: #DCD9E6;
}
.AnyTagClassName
{
color: #DCD9E6;
}
</style>
background-color css
<style>
a { background-color: #DCD9E6; }
a { background-color: rgb(220,217,230); }
div.DivClassName
{
background-color: #DCD9E6;
}
.BgClassName
{
background-color: #DCD9E6;
}
</style>
border-color css
<style>
span { border-color: #DCD9E6; }
span { border-color: rgb(220,217,230); }
td.TdClassName
{
border-color: #DCD9E6;
}
.TagClassName
{
border-color: #DCD9E6;
}
</style>