#E1D8EA

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

Shades of Titan White #E1D8EA

Tints of Titan White #E1D8EA

Color information

#E1D8EA (or 0xE1D8EA) is unknown color: approx Titan White. HEX triplet: E1, D8 and EA. RGB value is (225,216,234). Sum of RGB (Red+Green+Blue) = 225+216+234=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8EA is #1E2715. Grayscale: #DCDCDC. Windows color (decimal): -1976086 or 15390945. OLE color: 15390945.

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

Color convert

RGB225216234-
CMYK0.040.0800.08
HSL270º30%88.24%-
HSV(B)270º7.69%91.76%-
XYZ70.4671.0687.84-
YUV220.74135.48131.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=33.33%
G=32%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252162340.040.0800.082703088.24
HexE1D8EA480810e1e58
Octal34133035241001041636130
Binary111000011101100011101010100100001000100001110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D8EA; }

 p { color: rgb(225,216,234); }

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

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

 a { background-color: rgb(225,216,234); }

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

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

 span { border-color: rgb(225,216,234); }

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