Shades of Quartz #DCDCE9
Tints of Quartz #DCDCE9
RGB
CMYK
RGB Variations
Color information
#DCDCE9 (or 0xDCDCE9) is known color: Quartz. HEX triplet: DC, DC and E9. RGB value is (220,220,233). Sum of RGB (Red+Green+Blue) = 220+220+233=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCE9 is #232316. Grayscale: #DDDDDD. Windows color (decimal): -2302743 or 15326428. OLE color: 15326428.
HSL color Cylindrical-coordinate representation of color #DCDCE9: hue angle of 240º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDCE9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 220 | 233 | - |
CMYK | 0.06 | 0.06 | 0 | 0.09 |
HSL | 240º | 0.23% | 0.89% | - |
HSV(B) | 240º | 0.06% | 0.91% | - |
XYZ | 69.82 | 72.29 | 87.36 | - |
YUV | 221.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 233 | 0.06 | 0.06 | 0 | 0.09 | 240 | 0.23 | 0.89 |
Hex | DC | DC | E9 | 6 | 6 | 0 | 9 | F0 | 17 | 59 |
Octal | 334 | 334 | 351 | 6 | 6 | 0 | 11 | 360 | 27 | 131 |
Binary | 11011100 | 11011100 | 11101001 | 110 | 110 | 0 | 1001 | 11110000 | 10111 | 1011001 |
Color Harmonies of #DCDCE9
Complementary color
Monochromatic Colors of #DCDCE9
Black with #DCDCE9
Text Example
Text Example
White with #DCDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCE9; }
p { color: rgb(220,220,233); }
H1.HeaderClassName
{
color: #DCDCE9;
}
.AnyTagClassName
{
color: #DCDCE9;
}
</style>
background-color css
<style>
a { background-color: #DCDCE9; }
a { background-color: rgb(220,220,233); }
div.DivClassName
{
background-color: #DCDCE9;
}
.BgClassName
{
background-color: #DCDCE9;
}
</style>
border-color css
<style>
span { border-color: #DCDCE9; }
span { border-color: rgb(220,220,233); }
td.TdClassName
{
border-color: #DCDCE9;
}
.TagClassName
{
border-color: #DCDCE9;
}
</style>