#E1D7EB

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

Shades of Titan White #E1D7EB

Tints of Titan White #E1D7EB

Color information

#E1D7EB (or 0xE1D7EB) is unknown color: approx Titan White. HEX triplet: E1, D7 and EB. RGB value is (225,215,235). Sum of RGB (Red+Green+Blue) = 225+215+235=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D7EB is #1E2814. Grayscale: #DCDCDC. Windows color (decimal): -1976341 or 15456225. OLE color: 15456225.

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

Color convert

RGB225215235-
CMYK0.040.0900.08
HSL270º33.33%88.24%-
HSV(B)270º8.51%92.16%-
XYZ70.3570.6188.52-
YUV220.27136.31131.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 235 (92.19% from 255) = 34.81%
R=33.33%
G=31.85%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2252152350.040.0900.0827033.3388.24
HexE1D7EB490810e2158
Octal34132735341101041641130
Binary1110000111010111111010111001001010001000011101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D7EB; }

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

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

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

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

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

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

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

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