Html Css Color HEX #EEE6EB Amour

📋 copy color: '#EEE6EB'

red 238 ◦ green 230 ◦ blue 235

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

Shades of Amour #EEE6EB

Tints of Amour #EEE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.72%

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

R = 33.85%
G = 32.72%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EEE6EB (or 0xEEE6EB) is known color: Amour. HEX triplet: EE, E6 and EB. RGB value is (238,230,235). Sum of RGB (Red+Green+Blue) = 238+230+235=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 230 (90.23% from 255 or 32.72% from 703); Blue value is 235 (92.19% from 255 or 33.43% from 703); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE6EB is #111914. Grayscale: #E8E8E8. Windows color (decimal): -1120533 or 15460078. OLE color: 15460078.

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

Color convert

RGB 238 230 235 -
CMYK 0 0.03 0.01 0.07
HSL 322.5º 0.19% 0.92% -
HSV(B) 322.5º 0.03% 0.93% -
XYZ 78.55 80.77 90.05 -
YUV 232.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 238 230 235 0 0.03 0.01 0.07 322.5 0.19 0.92
Hex EE E6 EB 0 3 1 7 142 13 5C
Octal 356 346 353 0 3 1 7 502 23 134
Binary 11101110 11100110 11101011 0 11 1 111 101000010 10011 1011100

Color Harmonies of #EEE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE6EB

Black with #EEE6EB

Text Example


Text Example

White with #EEE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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