#E2DAED

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

Shades of Titan White #E2DAED

Tints of Titan White #E2DAED

Color information

#E2DAED (or 0xE2DAED) is unknown color: approx Titan White. HEX triplet: E2, DA and ED. RGB value is (226,218,237). Sum of RGB (Red+Green+Blue) = 226+218+237=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 237 - color contains mainly: blue. Hex color #E2DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DAED is #1D2512. Grayscale: #DEDEDE. Windows color (decimal): -1910035 or 15588066. OLE color: 15588066.

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

Color convert

RGB226218237-
CMYK0.050.0800.07
HSL265.26º34.55%89.22%-
HSV(B)265.26º8.02%92.94%-
XYZ71.7272.4390.32-
YUV222.56136.15130.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.19%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=33.19%
G=32.01%
B=34.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262182370.050.0800.07265.2634.5589.22
HexE2DAED58071092359
Octal3423323555100741143131
Binary111000101101101011101101101100001111000010011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAED; }

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

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

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

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

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

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

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

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