#E2DAEC

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

Shades of Titan White #E2DAEC

Tints of Titan White #E2DAEC

Color information

#E2DAEC (or 0xE2DAEC) is unknown color: approx Titan White. HEX triplet: E2, DA and EC. RGB value is (226,218,236). Sum of RGB (Red+Green+Blue) = 226+218+236=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAEC is #1D2513. Grayscale: #DEDEDE. Windows color (decimal): -1910036 or 15522530. OLE color: 15522530.

HSL color Cylindrical-coordinate representation of color #E2DAEC: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2DAEC is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226218236-
CMYK0.040.0800.07
HSL266.67º32.14%89.02%-
HSV(B)266.67º7.63%92.55%-
XYZ71.5872.3789.55-
YUV222.44135.65130.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 218 (85.55% from 255) = 32.06%
BLUE value IS 236 (92.58% from 255) = 34.71%
R=33.24%
G=32.06%
B=34.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262182360.040.0800.07266.6732.1489.02
HexE2DAEC480710b2059
Octal3423323544100741340131
Binary111000101101101011101100100100001111000010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAEC; }

 p { color: rgb(226,218,236); }

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

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

 a { background-color: rgb(226,218,236); }

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

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

 span { border-color: rgb(226,218,236); }

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