#E0DDE3

Color #E0DDE3 Titan White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Titan White #E0DDE3

Tints of Titan White #E0DDE3

Color information

#E0DDE3 (or 0xE0DDE3) is unknown color: approx Titan White. HEX triplet: E0, DD and E3. RGB value is (224,221,227). Sum of RGB (Red+Green+Blue) = 224+221+227=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0DDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDE3 is #1F221C. Grayscale: #DEDEDE. Windows color (decimal): -2040349 or 14933472. OLE color: 14933472.

HSL color Cylindrical-coordinate representation of color #E0DDE3: hue angle of 270º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DDE3 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224221227-
CMYK0.010.0300.11
HSL270º9.68%87.84%-
HSV(B)270º2.64%89.02%-
XYZ70.4673.1183.07-
YUV222.58130.49129.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 227 (89.06% from 255) = 33.78%
R=33.33%
G=32.89%
B=33.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242212270.010.0300.112709.6887.84
HexE0DDE3130B10ea58
Octal3403353431301341612130
Binary1110000011011101111000111110101110000111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDE3; }

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

 H1.HeaderClassName
 {
   color: #E0DDE3;
 }
 .AnyTagClassName
 {
   color: #E0DDE3;
 }
</style>
background-color css

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

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

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

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

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

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