Html Css Color HEX #EADDE2 Amour

📋 copy color: '#EADDE2'

red 234 ◦ green 221 ◦ blue 226

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

Shades of Amour #EADDE2

Tints of Amour #EADDE2

RGB

 RED value IS 234 (91.8% from 255) = 34.36%

 GREEN value IS 221 (86.72% from 255) = 32.45%

 BLUE value IS 226 (88.67% from 255) = 33.19%

R = 34.36%
G = 32.45%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EADDE2 (or 0xEADDE2) is known color: Amour. HEX triplet: EA, DD and E2. RGB value is (234,221,226). Sum of RGB (Red+Green+Blue) = 234+221+226=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE2 is #15221D. Grayscale: #E1E1E1. Windows color (decimal): -1384990 or 14867946. OLE color: 14867946.

HSL color Cylindrical-coordinate representation of color #EADDE2: hue angle of 336.92º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDE2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 226 -
CMYK 0 0.06 0.03 0.08
HSL 336.92º 0.24% 0.89% -
HSV(B) 336.92º 0.06% 0.92% -
XYZ 73.52 74.7 82.49 -
YUV 225.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 234 221 226 0 0.06 0.03 0.08 336.92 0.24 0.89
Hex EA DD E2 0 6 3 8 151 18 59
Octal 352 335 342 0 6 3 10 521 30 131
Binary 11101010 11011101 11100010 0 110 11 1000 101010001 11000 1011001

Color Harmonies of #EADDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADDE2

Black with #EADDE2

Text Example


Text Example

White with #EADDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADDE2; }

 p { color: rgb(234,221,226); }

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

background-color css

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

 a { background-color: rgb(234,221,226); }

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

border-color css

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

 span { border-color: rgb(234,221,226); }

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