#E2DCEA

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

Shades of Titan White #E2DCEA

Tints of Titan White #E2DCEA

Color information

#E2DCEA (or 0xE2DCEA) is unknown color: approx Titan White. HEX triplet: E2, DC and EA. RGB value is (226,220,234). Sum of RGB (Red+Green+Blue) = 226+220+234=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2DCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCEA is #1D2315. Grayscale: #DFDFDF. Windows color (decimal): -1909526 or 15391970. OLE color: 15391970.

HSL color Cylindrical-coordinate representation of color #E2DCEA: hue angle of 265.71º degrees, saturation: 0.25, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DCEA is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226220234-
CMYK0.030.0600.08
HSL265.71º25%89.02%-
HSV(B)265.71º5.98%91.76%-
XYZ71.8173.388.2-
YUV223.39133.99129.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=33.24%
G=32.35%
B=34.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262202340.030.0600.08265.712589.02
HexE2DCEA360810a1959
Octal3423343523601041231131
Binary1110001011011100111010101111001000100001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCEA; }

 p { color: rgb(226,220,234); }

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

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

 a { background-color: rgb(226,220,234); }

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

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

 span { border-color: rgb(226,220,234); }

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