#E0D5EB

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

Shades of Titan White #E0D5EB

Tints of Titan White #E0D5EB

Color information

#E0D5EB (or 0xE0D5EB) is unknown color: approx Titan White. HEX triplet: E0, D5 and EB. RGB value is (224,213,235). Sum of RGB (Red+Green+Blue) = 224+213+235=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5EB is #1F2A14. Grayscale: #DADADA. Windows color (decimal): -2042389 or 15455712. OLE color: 15455712.

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

Color convert

RGB224213235-
CMYK0.050.0900.08
HSL270º35.48%87.84%-
HSV(B)270º9.36%92.16%-
XYZ69.5369.4388.33-
YUV218.8137.14131.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=33.33%
G=31.70%
B=34.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242132350.050.0900.0827035.4887.84
HexE0D5EB590810e2358
Octal34032535351101041643130
Binary1110000011010101111010111011001010001000011101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D5EB; }

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

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

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

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

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

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

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

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