#E2DBEC

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

Shades of Titan White #E2DBEC

Tints of Titan White #E2DBEC

Color information

#E2DBEC (or 0xE2DBEC) is unknown color: approx Titan White. HEX triplet: E2, DB and EC. RGB value is (226,219,236). Sum of RGB (Red+Green+Blue) = 226+219+236=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #E2DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DBEC is #1D2413. Grayscale: #DEDEDE. Windows color (decimal): -1909780 or 15522786. OLE color: 15522786.

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

Color convert

RGB226219236-
CMYK0.040.0700.07
HSL264.71º30.91%89.22%-
HSV(B)264.71º7.2%92.55%-
XYZ71.8472.8989.64-
YUV223.03135.32130.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.19%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=33.19%
G=32.16%
B=34.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262192360.040.0700.07264.7130.9189.22
HexE2DBEC47071091f59
Octal342333354470741137131
Binary1110001011011011111011001001110111100001001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBEC; }

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

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

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

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

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

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

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

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