#E0DAE5

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

Shades of Titan White #E0DAE5

Tints of Titan White #E0DAE5

Color information

#E0DAE5 (or 0xE0DAE5) is unknown color: approx Titan White. HEX triplet: E0, DA and E5. RGB value is (224,218,229). Sum of RGB (Red+Green+Blue) = 224+218+229=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0DAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DAE5 is #1F251A. Grayscale: #DDDDDD. Windows color (decimal): -2041115 or 15063776. OLE color: 15063776.

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

Color convert

RGB224218229-
CMYK0.020.0500.10
HSL272.73º17.46%87.65%-
HSV(B)272.73º4.8%89.8%-
XYZ69.9571.6584.27-
YUV221.05132.49130.11-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 218 (85.55% from 255) = 32.49%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=33.38%
G=32.49%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242182290.020.0500.10272.7317.4687.65
HexE0DAE5250A1111158
Octal3403323452501242121130
Binary1110000011011010111001011010101010100010001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAE5; }

 p { color: rgb(224,218,229); }

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

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

 a { background-color: rgb(224,218,229); }

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

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

 span { border-color: rgb(224,218,229); }

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