#E1DEE6

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

Shades of Titan White #E1DEE6

Tints of Titan White #E1DEE6

Color information

#E1DEE6 (or 0xE1DEE6) is unknown color: approx Titan White. HEX triplet: E1, DE and E6. RGB value is (225,222,230). Sum of RGB (Red+Green+Blue) = 225+222+230=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEE6 is #1E2119. Grayscale: #DFDFDF. Windows color (decimal): -1974554 or 15130337. OLE color: 15130337.

HSL color Cylindrical-coordinate representation of color #E1DEE6: hue angle of 262.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DEE6 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225222230-
CMYK0.020.0300.10
HSL262.5º13.79%88.63%-
HSV(B)262.5º3.48%90.2%-
XYZ71.4673.9685.37-
YUV223.81131.49128.85-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.23%
GREEN value IS 222 (87.11% from 255) = 32.79%
BLUE value IS 230 (90.23% from 255) = 33.97%
R=33.23%
G=32.79%
B=33.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252222300.020.0300.10262.513.7988.63
HexE1DEE6230A106e59
Octal3413363462301240616131
Binary11100001110111101110011010110101010000011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEE6; }

 p { color: rgb(225,222,230); }

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

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

 a { background-color: rgb(225,222,230); }

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

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

 span { border-color: rgb(225,222,230); }

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