#E1DDEB

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

Shades of Quartz #E1DDEB

Tints of Quartz #E1DDEB

Color information

#E1DDEB (or 0xE1DDEB) is unknown color: approx Quartz. HEX triplet: E1, DD and EB. RGB value is (225,221,235). Sum of RGB (Red+Green+Blue) = 225+221+235=681 (90% of max value = 765). Red value is 225 (88.28% from 255 or 33.04% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDEB is #1E2214. Grayscale: #DFDFDF. Windows color (decimal): -1974805 or 15457761. OLE color: 15457761.

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

Color convert

RGB225221235-
CMYK0.040.0600.08
HSL257.14º25.93%89.41%-
HSV(B)257.14º5.96%92.16%-
XYZ71.973.7289.04-
YUV223.79134.33128.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.04%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=33.04%
G=32.45%
B=34.51%

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
Decimal2252212350.040.0600.08257.1425.9389.41
HexE1DDEB46081011a59
Octal3413353534601040132131
Binary11100001110111011110101110011001000100000001110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDEB; }

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

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

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

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

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

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

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

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