Html Css Color HEX #E1DAEA Titan White

📋 copy color: '#E1DAEA'

red 225 ◦ green 218 ◦ blue 234

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

Shades of Titan White #E1DAEA

Tints of Titan White #E1DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.2%

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

R = 33.23%
G = 32.2%
B = 34.56%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1DAEA (or 0xE1DAEA) is known color: Titan White. HEX triplet: E1, DA and EA. RGB value is (225,218,234). Sum of RGB (Red+Green+Blue) = 225+218+234=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DAEA is #1E2515. Grayscale: #DDDDDD. Windows color (decimal): -1975574 or 15391457. OLE color: 15391457.

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

Color convert

RGB 225 218 234 -
CMYK 0.04 0.07 0 0.08
HSL 266.25º 0.28% 0.89% -
HSV(B) 266.25º 0.07% 0.92% -
XYZ 70.97 72.09 88.02 -
YUV 221.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 225 218 234 0.04 0.07 0 0.08 266.25 0.28 0.89
Hex E1 DA EA 4 7 0 8 10A 1C 59
Octal 341 332 352 4 7 0 10 412 34 131
Binary 11100001 11011010 11101010 100 111 0 1000 100001010 11100 1011001

Color Harmonies of #E1DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DAEA

Black with #E1DAEA

Text Example


Text Example

White with #E1DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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