Html Css Color HEX #E8DDE1 Amour

📋 copy color: '#E8DDE1'

red 232 ◦ green 221 ◦ blue 225

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

Shades of Amour #E8DDE1

Tints of Amour #E8DDE1

RGB

 RED value IS 232 (91.02% from 255) = 34.22%

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

 BLUE value IS 225 (88.28% from 255) = 33.19%

R = 34.22%
G = 32.6%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E8DDE1 (or 0xE8DDE1) is known color: Amour. HEX triplet: E8, DD and E1. RGB value is (232,221,225). Sum of RGB (Red+Green+Blue) = 232+221+225=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DDE1 is #17221E. Grayscale: #E0E0E0. Windows color (decimal): -1516063 or 14802408. OLE color: 14802408.

HSL color Cylindrical-coordinate representation of color #E8DDE1: hue angle of 338.18º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E8DDE1 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 221 225 -
CMYK 0 0.05 0.03 0.09
HSL 338.18º 0.19% 0.89% -
HSV(B) 338.18º 0.05% 0.91% -
XYZ 72.73 74.3 81.74 -
YUV 224.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 232 221 225 0 0.05 0.03 0.09 338.18 0.19 0.89
Hex E8 DD E1 0 5 3 9 152 13 59
Octal 350 335 341 0 5 3 11 522 23 131
Binary 11101000 11011101 11100001 0 101 11 1001 101010010 10011 1011001

Color Harmonies of #E8DDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DDE1

Black with #E8DDE1

Text Example


Text Example

White with #E8DDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DDE1; }

 p { color: rgb(232,221,225); }

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

background-color css

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

 a { background-color: rgb(232,221,225); }

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

border-color css

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

 span { border-color: rgb(232,221,225); }

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