#E0DCEC

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

Shades of Quartz #E0DCEC

Tints of Quartz #E0DCEC

Color information

#E0DCEC (or 0xE0DCEC) is unknown color: approx Quartz. HEX triplet: E0, DC and EC. RGB value is (224,220,236). Sum of RGB (Red+Green+Blue) = 224+220+236=680 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.94% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #E0DCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCEC is #1F2313. Grayscale: #DEDEDE. Windows color (decimal): -2040596 or 15523040. OLE color: 15523040.

HSL color Cylindrical-coordinate representation of color #E0DCEC: hue angle of 255º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0DCEC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224220236-
CMYK0.050.0700.07
HSL255º29.63%89.41%-
HSV(B)255º6.78%92.55%-
XYZ71.4773.0989.7-
YUV223.02135.33128.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.94%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=32.94%
G=32.35%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242202360.050.0700.0725529.6389.41
HexE0DCEC5707ff1e59
Octal340334354570737736131
Binary111000001101110011101100101111011111111111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCEC; }

 p { color: rgb(224,220,236); }

 H1.HeaderClassName
 {
   color: #E0DCEC;
 }
 .AnyTagClassName
 {
   color: #E0DCEC;
 }
</style>
background-color css

<style>
 a { background-color: #E0DCEC; }

 a { background-color: rgb(224,220,236); }

 div.DivClassName
 {
   background-color: #E0DCEC;
 }
 .BgClassName
 {
   background-color: #E0DCEC;
 }
</style>
border-color css

<style>
 span { border-color: #E0DCEC; }

 span { border-color: rgb(224,220,236); }

 td.TdClassName
 {
   border-color: #E0DCEC;
 }
 .TagClassName
 {
   border-color: #E0DCEC;
 }
</style>