#E0D6EB

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

Shades of Titan White #E0D6EB

Tints of Titan White #E0D6EB

Color information

#E0D6EB (or 0xE0D6EB) is unknown color: approx Titan White. HEX triplet: E0, D6 and EB. RGB value is (224,214,235). Sum of RGB (Red+Green+Blue) = 224+214+235=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #E0D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0D6EB is #1F2914. Grayscale: #DBDBDB. Windows color (decimal): -2042133 or 15455968. OLE color: 15455968.

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

Color convert

RGB224214235-
CMYK0.050.0900.08
HSL268.57º34.43%88.04%-
HSV(B)268.57º8.94%92.16%-
XYZ69.7869.9488.42-
YUV219.38136.81131.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.28%
GREEN value IS 214 (83.98% from 255) = 31.80%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=33.28%
G=31.80%
B=34.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242142350.050.0900.08268.5734.4388.04
HexE0D6EB590810d2258
Octal34032635351101041542130
Binary1110000011010110111010111011001010001000011011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D6EB; }

 p { color: rgb(224,214,235); }

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

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

 a { background-color: rgb(224,214,235); }

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

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

 span { border-color: rgb(224,214,235); }

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