Html Css Color HEX #E1DEE6 Titan White

📋 copy color: '#E1DEE6'

red 225 ◦ green 222 ◦ blue 230

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

Shades of Titan White #E1DEE6

Tints of Titan White #E1DEE6

RGB

 RED value IS 225 (88.28% from 255) = 33.23%

 GREEN value IS 222 (87.11% from 255) = 32.79%

 BLUE value IS 230 (90.23% from 255) = 33.97%

R = 33.23%
G = 32.79%
B = 33.97%

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

#E1DEE6 (or 0xE1DEE6) is known color: Titan White. HEX triplet: E1, DE and E6. RGB value is (225,222,230). Sum of RGB (Red+Green+Blue) = 225+222+230=677 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.23% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1DEE6 is #1E2119. Grayscale: #DFDFDF. Windows color (decimal): -1974554 or 15130337. OLE color: 15130337.

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

Color convert

RGB 225 222 230 -
CMYK 0.02 0.03 0 0.10
HSL 262.5º 0.14% 0.89% -
HSV(B) 262.5º 0.03% 0.9% -
XYZ 71.46 73.96 85.37 -
YUV 223.81 131.49 128.85 -
System Red Green Blue C M Y K H S L
Decimal 225 222 230 0.02 0.03 0 0.10 262.5 0.14 0.89
Hex E1 DE E6 2 3 0 A 106 E 59
Octal 341 336 346 2 3 0 12 406 16 131
Binary 11100001 11011110 11100110 10 11 0 1010 100000110 1110 1011001

Color Harmonies of #E1DEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DEE6

Black with #E1DEE6

Text Example


Text Example

White with #E1DEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DEE6; }

 p { color: rgb(225,222,230); }

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

background-color css

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

 a { background-color: rgb(225,222,230); }

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

border-color css

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

 span { border-color: rgb(225,222,230); }

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