#E1DDED

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

Shades of Quartz #E1DDED

Tints of Quartz #E1DDED

Color information

#E1DDED (or 0xE1DDED) is unknown color: approx Quartz. HEX triplet: E1, DD and ED. RGB value is (225,221,237). Sum of RGB (Red+Green+Blue) = 225+221+237=683 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.94% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #E1DDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDED is #1E2212. Grayscale: #DFDFDF. Windows color (decimal): -1974803 or 15588833. OLE color: 15588833.

HSL color Cylindrical-coordinate representation of color #E1DDED: hue angle of 255º degrees, saturation: 0.31, 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 #E1DDED is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB225221237-
CMYK0.050.0700.07
HSL255º30.77%89.8%-
HSV(B)255º6.75%92.94%-
XYZ72.1973.8390.57-
YUV224.02135.33128.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.94%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=32.94%
G=32.36%
B=34.70%

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
Decimal2252212370.050.0700.0725530.7789.8
HexE1DDED5707ff1f5a
Octal341335355570737737132
Binary111000011101110111101101101111011111111111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDED; }

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

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

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

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

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

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

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

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