#E0DFEF

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

Shades of Quartz #E0DFEF

Tints of Quartz #E0DFEF

Color information

#E0DFEF (or 0xE0DFEF) is unknown color: approx Quartz. HEX triplet: E0, DF and EF. RGB value is (224,223,239). Sum of RGB (Red+Green+Blue) = 224+223+239=686 (90% of max value = 765). Red value is 224 (87.89% from 255 or 32.65% from 686); Green value is 223 (87.5% from 255 or 32.51% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #E0DFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DFEF is #1F2010. Grayscale: #E1E1E1. Windows color (decimal): -2039825 or 15720416. OLE color: 15720416.

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

Color convert

RGB224223239-
CMYK0.060.0700.06
HSL243.75º33.33%90.59%-
HSV(B)243.75º6.69%93.73%-
XYZ72.7174.8592.28-
YUV225.12135.83127.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 32.65%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=32.65%
G=32.51%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242232390.060.0700.06243.7533.3390.59
HexE0DFEF6706f4215b
Octal340337357670636441133
Binary1110000011011111111011111101110110111101001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFEF; }

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

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

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

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

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

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

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

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