Html Css Color HEX #EEE5EB Amour

📋 copy color: '#EEE5EB'

red 238 ◦ green 229 ◦ blue 235

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

Shades of Amour #EEE5EB

Tints of Amour #EEE5EB

RGB

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

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

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

R = 33.9%
G = 32.62%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEE5EB (or 0xEEE5EB) is known color: Amour. HEX triplet: EE, E5 and EB. RGB value is (238,229,235). Sum of RGB (Red+Green+Blue) = 238+229+235=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EB is #111A14. Grayscale: #E8E8E8. Windows color (decimal): -1120789 or 15459822. OLE color: 15459822.

HSL color Cylindrical-coordinate representation of color #EEE5EB: hue angle of 320º 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 #EEE5EB is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 235 -
CMYK 0 0.04 0.01 0.07
HSL 320º 0.21% 0.92% -
HSV(B) 320º 0.04% 0.93% -
XYZ 78.27 80.21 89.95 -
YUV 232.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 238 229 235 0 0.04 0.01 0.07 320 0.21 0.92
Hex EE E5 EB 0 4 1 7 140 15 5C
Octal 356 345 353 0 4 1 7 500 25 134
Binary 11101110 11100101 11101011 0 100 1 111 101000000 10101 1011100

Color Harmonies of #EEE5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5EB

Black with #EEE5EB

Text Example


Text Example

White with #EEE5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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