Html Css Color HEX #E1D8EB Titan White

📋 copy color: '#E1D8EB'

red 225 ◦ green 216 ◦ blue 235

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

Shades of Titan White #E1D8EB

Tints of Titan White #E1D8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.76%

R = 33.28%
G = 31.95%
B = 34.76%

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

#E1D8EB (or 0xE1D8EB) is known color: Titan White. HEX triplet: E1, D8 and EB. RGB value is (225,216,235). Sum of RGB (Red+Green+Blue) = 225+216+235=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #E1D8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1D8EB is #1E2714. Grayscale: #DCDCDC. Windows color (decimal): -1976085 or 15456481. OLE color: 15456481.

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

Color convert

RGB 225 216 235 -
CMYK 0.04 0.08 0 0.08
HSL 268.42º 0.32% 0.88% -
HSV(B) 268.42º 0.08% 0.92% -
XYZ 70.6 71.12 88.6 -
YUV 220.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 225 216 235 0.04 0.08 0 0.08 268.42 0.32 0.88
Hex E1 D8 EB 4 8 0 8 10C 20 58
Octal 341 330 353 4 10 0 10 414 40 130
Binary 11100001 11011000 11101011 100 1000 0 1000 100001100 100000 1011000

Color Harmonies of #E1D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D8EB

Black with #E1D8EB

Text Example


Text Example

White with #E1D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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