Html Css Color HEX #EEEBEC Amour

📋 copy color: '#EEEBEC'

red 238 ◦ green 235 ◦ blue 236

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

Shades of Amour #EEEBEC

Tints of Amour #EEEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.15%

 BLUE value IS 236 (92.58% from 255) = 33.29%

R = 33.57%
G = 33.15%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEEBEC (or 0xEEEBEC) is known color: Amour. HEX triplet: EE, EB and EC. RGB value is (238,235,236). Sum of RGB (Red+Green+Blue) = 238+235+236=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBEC is #111413. Grayscale: #ECECEC. Windows color (decimal): -1119252 or 15526894. OLE color: 15526894.

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

Color convert

RGB 238 235 236 -
CMYK 0 0.01 0.01 0.07
HSL 340º 0.08% 0.93% -
HSV(B) 340º 0.01% 0.93% -
XYZ 80.11 83.65 91.28 -
YUV 236.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 238 235 236 0 0.01 0.01 0.07 340 0.08 0.93
Hex EE EB EC 0 1 1 7 154 8 5D
Octal 356 353 354 0 1 1 7 524 10 135
Binary 11101110 11101011 11101100 0 1 1 111 101010100 1000 1011101

Color Harmonies of #EEEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEBEC

Black with #EEEBEC

Text Example


Text Example

White with #EEEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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