#E0DAE7

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

Shades of Titan White #E0DAE7

Tints of Titan White #E0DAE7

Color information

#E0DAE7 (or 0xE0DAE7) is unknown color: approx Titan White. HEX triplet: E0, DA and E7. RGB value is (224,218,231). Sum of RGB (Red+Green+Blue) = 224+218+231=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 231 - color contains mainly: blue. Hex color #E0DAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0DAE7 is #1F2518. Grayscale: #DDDDDD. Windows color (decimal): -2041113 or 15194848. OLE color: 15194848.

HSL color Cylindrical-coordinate representation of color #E0DAE7: hue angle of 267.69º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E0DAE7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224218231-
CMYK0.030.0600.09
HSL267.69º21.31%88.04%-
HSV(B)267.69º5.63%90.59%-
XYZ70.2471.7685.75-
YUV221.28133.49129.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=33.28%
G=32.39%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242182310.030.0600.09267.6921.3188.04
HexE0DAE7360910c1558
Octal3403323473601141425130
Binary1110000011011010111001111111001001100001100101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DAE7; }

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

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

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

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

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

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

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

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