Html Css Color HEX #EEE5E8 Amour

📋 copy color: '#EEE5E8'

red 238 ◦ green 229 ◦ blue 232

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

Shades of Amour #EEE5E8

Tints of Amour #EEE5E8

RGB

 RED value IS 238 (93.36% from 255) = 34.05%

 GREEN value IS 229 (89.84% from 255) = 32.76%

 BLUE value IS 232 (91.02% from 255) = 33.19%

R = 34.05%
G = 32.76%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EEE5E8 (or 0xEEE5E8) is known color: Amour. HEX triplet: EE, E5 and E8. RGB value is (238,229,232). Sum of RGB (Red+Green+Blue) = 238+229+232=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5E8 is #111A17. Grayscale: #E8E8E8. Windows color (decimal): -1120792 or 15263214. OLE color: 15263214.

HSL color Cylindrical-coordinate representation of color #EEE5E8: hue angle of 340º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEE5E8 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 232 -
CMYK 0 0.04 0.03 0.07
HSL 340º 0.21% 0.92% -
HSV(B) 340º 0.04% 0.93% -
XYZ 77.84 80.04 87.69 -
YUV 232.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 238 229 232 0 0.04 0.03 0.07 340 0.21 0.92
Hex EE E5 E8 0 4 3 7 154 15 5C
Octal 356 345 350 0 4 3 7 524 25 134
Binary 11101110 11100101 11101000 0 100 11 111 101010100 10101 1011100

Color Harmonies of #EEE5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5E8

Black with #EEE5E8

Text Example


Text Example

White with #EEE5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5E8; }

 p { color: rgb(238,229,232); }

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

background-color css

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

 a { background-color: rgb(238,229,232); }

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

border-color css

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

 span { border-color: rgb(238,229,232); }

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