#E0D5EA

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

Shades of Titan White #E0D5EA

Tints of Titan White #E0D5EA

Color information

#E0D5EA (or 0xE0D5EA) is unknown color: approx Titan White. HEX triplet: E0, D5 and EA. RGB value is (224,213,234). Sum of RGB (Red+Green+Blue) = 224+213+234=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5EA is #1F2A15. Grayscale: #DADADA. Windows color (decimal): -2042390 or 15390176. OLE color: 15390176.

HSL color Cylindrical-coordinate representation of color #E0D5EA: hue angle of 271.43º 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 #E0D5EA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224213234-
CMYK0.040.0900.08
HSL271.43º33.33%87.65%-
HSV(B)271.43º8.97%91.76%-
XYZ69.3969.3887.58-
YUV218.68136.64131.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.38%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=33.38%
G=31.74%
B=34.87%

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
Decimal2242132340.040.0900.08271.4333.3387.65
HexE0D5EA490810f2158
Octal34032535241101041741130
Binary1110000011010101111010101001001010001000011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5EA; }

 p { color: rgb(224,213,234); }

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

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

 a { background-color: rgb(224,213,234); }

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

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

 span { border-color: rgb(224,213,234); }

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