#E2DCEB

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

Shades of Titan White #E2DCEB

Tints of Titan White #E2DCEB

Color information

#E2DCEB (or 0xE2DCEB) is unknown color: approx Titan White. HEX triplet: E2, DC and EB. RGB value is (226,220,235). Sum of RGB (Red+Green+Blue) = 226+220+235=681 (90% of max value = 765). Red value is 226 (88.67% from 255 or 33.19% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2DCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2DCEB is #1D2314. Grayscale: #DFDFDF. Windows color (decimal): -1909525 or 15457506. OLE color: 15457506.

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

Color convert

RGB226220235-
CMYK0.040.0600.08
HSL264º27.27%89.22%-
HSV(B)264º6.38%92.16%-
XYZ71.9573.3588.96-
YUV223.5134.49129.78-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.19%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=33.19%
G=32.31%
B=34.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262202350.040.0600.0826427.2789.22
HexE2DCEB46081081b59
Octal3423343534601041033131
Binary11100010110111001110101110011001000100001000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCEB; }

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

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

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

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

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

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

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

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