#E0D7EB

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

Shades of Titan White #E0D7EB

Tints of Titan White #E0D7EB

Color information

#E0D7EB (or 0xE0D7EB) is unknown color: approx Titan White. HEX triplet: E0, D7 and EB. RGB value is (224,215,235). Sum of RGB (Red+Green+Blue) = 224+215+235=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 215 (84.38% from 255 or 31.90% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D7EB is #1F2814. Grayscale: #DBDBDB. Windows color (decimal): -2041877 or 15456224. OLE color: 15456224.

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

Color convert

RGB224215235-
CMYK0.050.0900.08
HSL267º33.33%88.24%-
HSV(B)267º8.51%92.16%-
XYZ70.0470.4588.5-
YUV219.97136.48130.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.23%
GREEN value IS 215 (84.38% from 255) = 31.90%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=33.23%
G=31.90%
B=34.87%

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
Decimal2242152350.050.0900.0826733.3388.24
HexE0D7EB590810b2158
Octal34032735351101041341130
Binary1110000011010111111010111011001010001000010111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D7EB; }

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

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

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

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

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

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

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

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