Shades of Quartz #DCD6F0
Tints of Quartz #DCD6F0
RGB
CMYK
RGB Variations
Color information
#DCD6F0 (or 0xDCD6F0) is known color: Quartz. HEX triplet: DC, D6 and F0. RGB value is (220,214,240). Sum of RGB (Red+Green+Blue) = 220+214+240=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCD6F0 is #23290F. Grayscale: #DADADA. Windows color (decimal): -2304272 or 15783644. OLE color: 15783644.
HSL color Cylindrical-coordinate representation of color #DCD6F0: hue angle of 253.85º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCD6F0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 214 | 240 | - |
CMYK | 0.08 | 0.11 | 0 | 0.06 |
HSL | 253.85º | 0.46% | 0.89% | - |
HSV(B) | 253.85º | 0.11% | 0.94% | - |
XYZ | 69.29 | 69.6 | 92.22 | - |
YUV | 218.76 | 139.99 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 214 | 240 | 0.08 | 0.11 | 0 | 0.06 | 253.85 | 0.46 | 0.89 |
Hex | DC | D6 | F0 | 8 | B | 0 | 6 | FE | 2E | 59 |
Octal | 334 | 326 | 360 | 10 | 13 | 0 | 6 | 376 | 56 | 131 |
Binary | 11011100 | 11010110 | 11110000 | 1000 | 1011 | 0 | 110 | 11111110 | 101110 | 1011001 |
Color Harmonies of #DCD6F0
Complementary color
Monochromatic Colors of #DCD6F0
Black with #DCD6F0
Text Example
Text Example
White with #DCD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD6F0; }
p { color: rgb(220,214,240); }
H1.HeaderClassName
{
color: #DCD6F0;
}
.AnyTagClassName
{
color: #DCD6F0;
}
</style>
background-color css
<style>
a { background-color: #DCD6F0; }
a { background-color: rgb(220,214,240); }
div.DivClassName
{
background-color: #DCD6F0;
}
.BgClassName
{
background-color: #DCD6F0;
}
</style>
border-color css
<style>
span { border-color: #DCD6F0; }
span { border-color: rgb(220,214,240); }
td.TdClassName
{
border-color: #DCD6F0;
}
.TagClassName
{
border-color: #DCD6F0;
}
</style>