#E2DEEE

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

Shades of Quartz #E2DEEE

Tints of Quartz #E2DEEE

Color information

#E2DEEE (or 0xE2DEEE) is unknown color: approx Quartz. HEX triplet: E2, DE and EE. RGB value is (226,222,238). Sum of RGB (Red+Green+Blue) = 226+222+238=686 (90% of max value = 765). Red value is 226 (88.67% from 255 or 32.94% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 238 (93.36% from 255 or 34.69% from 686); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DEEE is #1D2111. Grayscale: #E0E0E0. Windows color (decimal): -1909010 or 15654626. OLE color: 15654626.

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

Color convert

RGB226222238-
CMYK0.050.0700.07
HSL255º32%90.2%-
HSV(B)255º6.72%93.33%-
XYZ72.9274.5891.44-
YUV225.02135.33128.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 32.94%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 238 (93.36% from 255) = 34.69%
R=32.94%
G=32.36%
B=34.69%

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
Decimal2262222380.050.0700.072553290.2
HexE2DEEE5707ff205a
Octal342336356570737740132
Binary1110001011011110111011101011110111111111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DEEE; }

 p { color: rgb(226,222,238); }

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

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

 a { background-color: rgb(226,222,238); }

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

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

 span { border-color: rgb(226,222,238); }

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