#E1DDEE

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

Shades of Quartz #E1DDEE

Tints of Quartz #E1DDEE

Color information

#E1DDEE (or 0xE1DDEE) is unknown color: approx Quartz. HEX triplet: E1, DD and EE. RGB value is (225,221,238). Sum of RGB (Red+Green+Blue) = 225+221+238=684 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.89% from 684); Green value is 221 (86.72% from 255 or 32.31% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #E1DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DDEE is #1E2211. Grayscale: #E0E0E0. Windows color (decimal): -1974802 or 15654369. OLE color: 15654369.

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

Color convert

RGB225221238-
CMYK0.050.0700.07
HSL254.12º33.33%90%-
HSV(B)254.12º7.14%93.33%-
XYZ72.3473.8991.34-
YUV224.13135.83128.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 32.89%
GREEN value IS 221 (86.72% from 255) = 32.31%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=32.89%
G=32.31%
B=34.80%

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
Decimal2252212380.050.0700.07254.1233.3390
HexE1DDEE5707fe215a
Octal341335356570737641132
Binary1110000111011101111011101011110111111111101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DDEE; }

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

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

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

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

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

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

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

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