Html Css Color HEX #E0D6EB Titan White

📋 copy color: '#E0D6EB'

red 224 ◦ green 214 ◦ blue 235

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

Shades of Titan White #E0D6EB

Tints of Titan White #E0D6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.8%

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

R = 33.28%
G = 31.8%
B = 34.92%

CMYK

 C value IS 0.05

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E0D6EB (or 0xE0D6EB) is known color: 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

RGB 224 214 235 -
CMYK 0.05 0.09 0 0.08
HSL 268.57º 0.34% 0.88% -
HSV(B) 268.57º 0.09% 0.92% -
XYZ 69.78 69.94 88.42 -
YUV 219.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 224 214 235 0.05 0.09 0 0.08 268.57 0.34 0.88
Hex E0 D6 EB 5 9 0 8 10D 22 58
Octal 340 326 353 5 11 0 10 415 42 130
Binary 11100000 11010110 11101011 101 1001 0 1000 100001101 100010 1011000

Color Harmonies of #E0D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D6EB

Black with #E0D6EB

Text Example


Text Example

White with #E0D6EB

Text Example


Text Example

HTML Codes & Css Web 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>