Shades of Quartz #DCDCEA
Tints of Quartz #DCDCEA
RGB
CMYK
RGB Variations
Color information
#DCDCEA (or 0xDCDCEA) is known color: Quartz. HEX triplet: DC, DC and EA. RGB value is (220,220,234). Sum of RGB (Red+Green+Blue) = 220+220+234=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 220 (86.33% from 255 or 32.64% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCDCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCEA is #232315. Grayscale: #DDDDDD. Windows color (decimal): -2302742 or 15391964. OLE color: 15391964.
HSL color Cylindrical-coordinate representation of color #DCDCEA: hue angle of 240º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCDCEA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 220 | 234 | - |
CMYK | 0.06 | 0.06 | 0 | 0.08 |
HSL | 240º | 0.25% | 0.89% | - |
HSV(B) | 240º | 0.06% | 0.92% | - |
XYZ | 69.96 | 72.34 | 88.12 | - |
YUV | 221.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 220 | 234 | 0.06 | 0.06 | 0 | 0.08 | 240 | 0.25 | 0.89 |
Hex | DC | DC | EA | 6 | 6 | 0 | 8 | F0 | 19 | 59 |
Octal | 334 | 334 | 352 | 6 | 6 | 0 | 10 | 360 | 31 | 131 |
Binary | 11011100 | 11011100 | 11101010 | 110 | 110 | 0 | 1000 | 11110000 | 11001 | 1011001 |
Color Harmonies of #DCDCEA
Complementary color
Monochromatic Colors of #DCDCEA
Black with #DCDCEA
Text Example
Text Example
White with #DCDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDCEA; }
p { color: rgb(220,220,234); }
H1.HeaderClassName
{
color: #DCDCEA;
}
.AnyTagClassName
{
color: #DCDCEA;
}
</style>
background-color css
<style>
a { background-color: #DCDCEA; }
a { background-color: rgb(220,220,234); }
div.DivClassName
{
background-color: #DCDCEA;
}
.BgClassName
{
background-color: #DCDCEA;
}
</style>
border-color css
<style>
span { border-color: #DCDCEA; }
span { border-color: rgb(220,220,234); }
td.TdClassName
{
border-color: #DCDCEA;
}
.TagClassName
{
border-color: #DCDCEA;
}
</style>