#E1DEEC

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

Shades of Quartz #E1DEEC

Tints of Quartz #E1DEEC

Color information

#E1DEEC (or 0xE1DEEC) is unknown color: approx Quartz. HEX triplet: E1, DE and EC. RGB value is (225,222,236). Sum of RGB (Red+Green+Blue) = 225+222+236=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #E1DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEEC is #1E2113. Grayscale: #E0E0E0. Windows color (decimal): -1974548 or 15523553. OLE color: 15523553.

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

Color convert

RGB225222236-
CMYK0.050.0600.07
HSL252.86º26.92%89.8%-
HSV(B)252.86º5.93%92.55%-
XYZ72.3174.3189.89-
YUV224.49134.49128.36-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 222 (87.11% from 255) = 32.50%
BLUE value IS 236 (92.58% from 255) = 34.55%
R=32.94%
G=32.50%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252222360.050.0600.07252.8626.9289.8
HexE1DEEC5607fd1b5a
Octal341336354560737533132
Binary111000011101111011101100101110011111111101110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEEC; }

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

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

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

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

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

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

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

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