#E0DCEF

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

Shades of Quartz #E0DCEF

Tints of Quartz #E0DCEF

Color information

#E0DCEF (or 0xE0DCEF) is unknown color: approx Quartz. HEX triplet: E0, DC and EF. RGB value is (224,220,239). Sum of RGB (Red+Green+Blue) = 224+220+239=683 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.80% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DCEF is #1F2310. Grayscale: #DFDFDF. Windows color (decimal): -2040593 or 15719648. OLE color: 15719648.

HSL color Cylindrical-coordinate representation of color #E0DCEF: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0DCEF is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB224220239-
CMYK0.060.0800.06
HSL252.63º37.25%90%-
HSV(B)252.63º7.95%93.73%-
XYZ71.9173.2792.01-
YUV223.36136.83128.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.80%
GREEN value IS 220 (86.33% from 255) = 32.21%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=32.80%
G=32.21%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242202390.060.0800.06252.6337.2590
HexE0DCEF6806fd255a
Octal3403343576100637545132
Binary11100000110111001110111111010000110111111011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DCEF; }

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

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

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

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

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

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

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

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