Html Css Color HEX #E1D8EA Titan White

📋 copy color: '#E1D8EA'

red 225 ◦ green 216 ◦ blue 234

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

Shades of Titan White #E1D8EA

Tints of Titan White #E1D8EA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32%

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

R = 33.33%
G = 32%
B = 34.67%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E1D8EA (or 0xE1D8EA) is known color: Titan White. HEX triplet: E1, D8 and EA. RGB value is (225,216,234). Sum of RGB (Red+Green+Blue) = 225+216+234=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8EA is #1E2715. Grayscale: #DCDCDC. Windows color (decimal): -1976086 or 15390945. OLE color: 15390945.

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

Color convert

RGB 225 216 234 -
CMYK 0.04 0.08 0 0.08
HSL 270º 0.3% 0.88% -
HSV(B) 270º 0.08% 0.92% -
XYZ 70.46 71.06 87.84 -
YUV 220.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 225 216 234 0.04 0.08 0 0.08 270 0.3 0.88
Hex E1 D8 EA 4 8 0 8 10E 1E 58
Octal 341 330 352 4 10 0 10 416 36 130
Binary 11100001 11011000 11101010 100 1000 0 1000 100001110 11110 1011000

Color Harmonies of #E1D8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D8EA

Black with #E1D8EA

Text Example


Text Example

White with #E1D8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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