Html Css Color HEX #E0DDE5 Titan White

📋 copy color: '#E0DDE5'

red 224 ◦ green 221 ◦ blue 229

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

Shades of Titan White #E0DDE5

Tints of Titan White #E0DDE5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.79%

 BLUE value IS 229 (89.84% from 255) = 33.98%

R = 33.23%
G = 32.79%
B = 33.98%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0DDE5 (or 0xE0DDE5) is known color: Titan White. HEX triplet: E0, DD and E5. RGB value is (224,221,229). Sum of RGB (Red+Green+Blue) = 224+221+229=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0DDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDE5 is #1F221A. Grayscale: #DEDEDE. Windows color (decimal): -2040347 or 15064544. OLE color: 15064544.

HSL color Cylindrical-coordinate representation of color #E0DDE5: hue angle of 262.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DDE5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 221 229 -
CMYK 0.02 0.03 0 0.10
HSL 262.5º 0.13% 0.88% -
HSV(B) 262.5º 0.03% 0.9% -
XYZ 70.74 73.22 84.53 -
YUV 222.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 224 221 229 0.02 0.03 0 0.10 262.5 0.13 0.88
Hex E0 DD E5 2 3 0 A 106 D 58
Octal 340 335 345 2 3 0 12 406 15 130
Binary 11100000 11011101 11100101 10 11 0 1010 100000110 1101 1011000

Color Harmonies of #E0DDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DDE5

Black with #E0DDE5

Text Example


Text Example

White with #E0DDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DDE5; }

 p { color: rgb(224,221,229); }

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

background-color css

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

 a { background-color: rgb(224,221,229); }

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

border-color css

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

 span { border-color: rgb(224,221,229); }

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