Html Css Color HEX #E0D5EA Titan White

📋 copy color: '#E0D5EA'

red 224 ◦ green 213 ◦ blue 234

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

Shades of Titan White #E0D5EA

Tints of Titan White #E0D5EA

RGB

 RED value IS 224 (87.89% from 255) = 33.38%

 GREEN value IS 213 (83.59% from 255) = 31.74%

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

R = 33.38%
G = 31.74%
B = 34.87%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0D5EA (or 0xE0D5EA) is known color: Titan White. HEX triplet: E0, D5 and EA. RGB value is (224,213,234). Sum of RGB (Red+Green+Blue) = 224+213+234=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0D5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D5EA is #1F2A15. Grayscale: #DADADA. Windows color (decimal): -2042390 or 15390176. OLE color: 15390176.

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

Color convert

RGB 224 213 234 -
CMYK 0.04 0.09 0 0.08
HSL 271.43º 0.33% 0.88% -
HSV(B) 271.43º 0.09% 0.92% -
XYZ 69.39 69.38 87.58 -
YUV 218.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 224 213 234 0.04 0.09 0 0.08 271.43 0.33 0.88
Hex E0 D5 EA 4 9 0 8 10F 21 58
Octal 340 325 352 4 11 0 10 417 41 130
Binary 11100000 11010101 11101010 100 1001 0 1000 100001111 100001 1011000

Color Harmonies of #E0D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D5EA

Black with #E0D5EA

Text Example


Text Example

White with #E0D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D5EA; }

 p { color: rgb(224,213,234); }

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

background-color css

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

 a { background-color: rgb(224,213,234); }

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

border-color css

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

 span { border-color: rgb(224,213,234); }

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