Html Css Color HEX #E8DEE2 Amour

📋 copy color: '#E8DEE2'

red 232 ◦ green 222 ◦ blue 226

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

Shades of Amour #E8DEE2

Tints of Amour #E8DEE2

RGB

 RED value IS 232 (91.02% from 255) = 34.12%

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

 BLUE value IS 226 (88.67% from 255) = 33.24%

R = 34.12%
G = 32.65%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E8DEE2 (or 0xE8DEE2) is known color: Amour. HEX triplet: E8, DE and E2. RGB value is (232,222,226). Sum of RGB (Red+Green+Blue) = 232+222+226=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DEE2 is #17211D. Grayscale: #E1E1E1. Windows color (decimal): -1515806 or 14868200. OLE color: 14868200.

HSL color Cylindrical-coordinate representation of color #E8DEE2: hue angle of 336º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E8DEE2 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 222 226 -
CMYK 0 0.04 0.03 0.09
HSL 336º 0.18% 0.89% -
HSV(B) 336º 0.04% 0.91% -
XYZ 73.13 74.89 82.55 -
YUV 225.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 232 222 226 0 0.04 0.03 0.09 336 0.18 0.89
Hex E8 DE E2 0 4 3 9 150 12 59
Octal 350 336 342 0 4 3 11 520 22 131
Binary 11101000 11011110 11100010 0 100 11 1001 101010000 10010 1011001

Color Harmonies of #E8DEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DEE2

Black with #E8DEE2

Text Example


Text Example

White with #E8DEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DEE2; }

 p { color: rgb(232,222,226); }

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

background-color css

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

 a { background-color: rgb(232,222,226); }

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

border-color css

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

 span { border-color: rgb(232,222,226); }

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