#E1DFE5

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

Shades of Titan White #E1DFE5

Tints of Titan White #E1DFE5

Color information

#E1DFE5 (or 0xE1DFE5) is unknown color: approx Titan White. HEX triplet: E1, DF and E5. RGB value is (225,223,229). Sum of RGB (Red+Green+Blue) = 225+223+229=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 229 - color contains mainly: blue. Hex color #E1DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFE5 is #1E201A. Grayscale: #E0E0E0. Windows color (decimal): -1974299 or 15065057. OLE color: 15065057.

HSL color Cylindrical-coordinate representation of color #E1DFE5: hue angle of 260º degrees, saturation: 0.1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DFE5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225223229-
CMYK0.020.0300.10
HSL260º10.34%88.63%-
HSV(B)260º2.62%89.8%-
XYZ71.5874.4484.72-
YUV224.28130.66128.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 229 (89.84% from 255) = 33.83%
R=33.23%
G=32.94%
B=33.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252232290.020.0300.1026010.3488.63
HexE1DFE5230A104a59
Octal3413373452301240412131
Binary11100001110111111110010110110101010000010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFE5; }

 p { color: rgb(225,223,229); }

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

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

 a { background-color: rgb(225,223,229); }

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

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

 span { border-color: rgb(225,223,229); }

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