#E2DBEB

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

Shades of Titan White #E2DBEB

Tints of Titan White #E2DBEB

Color information

#E2DBEB (or 0xE2DBEB) is unknown color: approx Titan White. HEX triplet: E2, DB and EB. RGB value is (226,219,235). Sum of RGB (Red+Green+Blue) = 226+219+235=680 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.24% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBEB is #1D2414. Grayscale: #DEDEDE. Windows color (decimal): -1909781 or 15457250. OLE color: 15457250.

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

Color convert

RGB226219235-
CMYK0.040.0700.08
HSL266.25º28.57%89.02%-
HSV(B)266.25º6.81%92.16%-
XYZ71.6972.8388.88-
YUV222.92134.82130.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.24%
GREEN value IS 219 (85.94% from 255) = 32.21%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=33.24%
G=32.21%
B=34.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262192350.040.0700.08266.2528.5789.02
HexE2DBEB470810a1d59
Octal3423333534701041235131
Binary11100010110110111110101110011101000100001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBEB; }

 p { color: rgb(226,219,235); }

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

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

 a { background-color: rgb(226,219,235); }

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

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

 span { border-color: rgb(226,219,235); }

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