#E1DEEB

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

Shades of Quartz #E1DEEB

Tints of Quartz #E1DEEB

Color information

#E1DEEB (or 0xE1DEEB) is unknown color: approx Quartz. HEX triplet: E1, DE and EB. RGB value is (225,222,235). Sum of RGB (Red+Green+Blue) = 225+222+235=682 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.99% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEEB is #1E2114. Grayscale: #E0E0E0. Windows color (decimal): -1974549 or 15458017. OLE color: 15458017.

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

Color convert

RGB225222235-
CMYK0.040.0600.08
HSL253.85º24.53%89.61%-
HSV(B)253.85º5.53%92.16%-
XYZ72.1774.2589.12-
YUV224.38133.99128.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.99%
GREEN value IS 222 (87.11% from 255) = 32.55%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=32.99%
G=32.55%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252222350.040.0600.08253.8524.5389.61
HexE1DEEB4608fe195a
Octal3413363534601037631132
Binary1110000111011110111010111001100100011111110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEEB; }

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

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

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

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

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

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

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

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