Html Css Color HEX #EEE5E6 Amour

📋 copy color: '#EEE5E6'

red 238 ◦ green 229 ◦ blue 230

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

Shades of Amour #EEE5E6

Tints of Amour #EEE5E6

RGB

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

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

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

R = 34.15%
G = 32.86%
B = 33%

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

#EEE5E6 (or 0xEEE5E6) is known color: Amour. HEX triplet: EE, E5 and E6. RGB value is (238,229,230). Sum of RGB (Red+Green+Blue) = 238+229+230=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5E6 is #111A19. Grayscale: #E7E7E7. Windows color (decimal): -1120794 or 15132142. OLE color: 15132142.

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

Color convert

RGB 238 229 230 -
CMYK 0 0.04 0.03 0.07
HSL 353.33º 0.21% 0.92% -
HSV(B) 353.33º 0.04% 0.93% -
XYZ 77.56 79.93 86.2 -
YUV 231.81 126.98 132.42 -
System Red Green Blue C M Y K H S L
Decimal 238 229 230 0 0.04 0.03 0.07 353.33 0.21 0.92
Hex EE E5 E6 0 4 3 7 161 15 5C
Octal 356 345 346 0 4 3 7 541 25 134
Binary 11101110 11100101 11100110 0 100 11 111 101100001 10101 1011100

Color Harmonies of #EEE5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5E6

Black with #EEE5E6

Text Example


Text Example

White with #EEE5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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