#E1DEEF

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

Shades of Quartz #E1DEEF

Tints of Quartz #E1DEEF

Color information

#E1DEEF (or 0xE1DEEF) is unknown color: approx Quartz. HEX triplet: E1, DE and EF. RGB value is (225,222,239). Sum of RGB (Red+Green+Blue) = 225+222+239=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 222 (87.11% from 255 or 32.36% 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 #E1DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEEF is #1E2110. Grayscale: #E0E0E0. Windows color (decimal): -1974545 or 15720161. OLE color: 15720161.

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

Color convert

RGB225222239-
CMYK0.060.0700.06
HSL250.59º34.69%90.39%-
HSV(B)250.59º7.11%93.73%-
XYZ72.7574.4892.2-
YUV224.84135.99128.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.80%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 239 (93.75% from 255) = 34.84%
R=32.80%
G=32.36%
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
Decimal2252222390.060.0700.06250.5934.6990.39
HexE1DEEF6706fb235a
Octal341336357670637343132
Binary1110000111011110111011111101110110111110111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEEF; }

 p { color: rgb(225,222,239); }

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

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

 a { background-color: rgb(225,222,239); }

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

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

 span { border-color: rgb(225,222,239); }

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