Html Css Color HEX #E1DBEA Titan White

📋 copy color: '#E1DBEA'

red 225 ◦ green 219 ◦ blue 234

#E1DBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Titan White #E1DBEA

Tints of Titan White #E1DBEA

RGB

 RED value IS 225 (88.28% from 255) = 33.19%

 GREEN value IS 219 (85.94% from 255) = 32.3%

 BLUE value IS 234 (91.8% from 255) = 34.51%

R = 33.19%
G = 32.3%
B = 34.51%

CMYK

 C value IS 0.04

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1DBEA (or 0xE1DBEA) is known color: Titan White. HEX triplet: E1, DB and EA. RGB value is (225,219,234). Sum of RGB (Red+Green+Blue) = 225+219+234=678 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.19% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DBEA is #1E2415. Grayscale: #DEDEDE. Windows color (decimal): -1975318 or 15391713. OLE color: 15391713.

HSL color Cylindrical-coordinate representation of color #E1DBEA: hue angle of 264º degrees, saturation: 0.26, 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 #E1DBEA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 219 234 -
CMYK 0.04 0.06 0 0.08
HSL 264º 0.26% 0.89% -
HSV(B) 264º 0.06% 0.92% -
XYZ 71.23 72.61 88.1 -
YUV 222.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 225 219 234 0.04 0.06 0 0.08 264 0.26 0.89
Hex E1 DB EA 4 6 0 8 108 1A 59
Octal 341 333 352 4 6 0 10 410 32 131
Binary 11100001 11011011 11101010 100 110 0 1000 100001000 11010 1011001

Color Harmonies of #E1DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DBEA

Black with #E1DBEA

Text Example


Text Example

White with #E1DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DBEA; }

 p { color: rgb(225,219,234); }

 H1.HeaderClassName
 {
   color: #E1DBEA;
 }
 .AnyTagClassName
 {
   color: #E1DBEA;
 }
</style>

background-color css

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

 a { background-color: rgb(225,219,234); }

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

border-color css

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

 span { border-color: rgb(225,219,234); }

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