#DCDCEA

Color #DCDCEA Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DCDCEA

Tints of Quartz #DCDCEA

Color information

#DCDCEA (or 0xDCDCEA) is unknown color: approx 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

RGB220220234-
CMYK0.060.0600.08
HSL240º25%89.02%-
HSV(B)240º5.98%91.76%-
XYZ69.9672.3488.12-
YUV221.6135126.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 220 (86.33% from 255) = 32.64%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=32.64%
G=32.64%
B=34.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202202340.060.0600.082402589.02
HexDCDCEA6608f01959
Octal3343343526601036031131
Binary1101110011011100111010101101100100011110000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>