Html Css Color HEX #E7DFE2 Amour

📋 copy color: '#E7DFE2'

red 231 ◦ green 223 ◦ blue 226

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

Shades of Amour #E7DFE2

Tints of Amour #E7DFE2

RGB

 RED value IS 231 (90.63% from 255) = 33.97%

 GREEN value IS 223 (87.5% from 255) = 32.79%

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

R = 33.97%
G = 32.79%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E7DFE2 (or 0xE7DFE2) is known color: Amour. HEX triplet: E7, DF and E2. RGB value is (231,223,226). Sum of RGB (Red+Green+Blue) = 231+223+226=680 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.97% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DFE2 is #18201D. Grayscale: #E1E1E1. Windows color (decimal): -1581086 or 14868455. OLE color: 14868455.

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

Color convert

RGB 231 223 226 -
CMYK 0 0.03 0.02 0.09
HSL 337.5º 0.14% 0.89% -
HSV(B) 337.5º 0.03% 0.91% -
XYZ 73.07 75.26 82.63 -
YUV 225.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 231 223 226 0 0.03 0.02 0.09 337.5 0.14 0.89
Hex E7 DF E2 0 3 2 9 152 E 59
Octal 347 337 342 0 3 2 11 522 16 131
Binary 11100111 11011111 11100010 0 11 10 1001 101010010 1110 1011001

Color Harmonies of #E7DFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DFE2

Black with #E7DFE2

Text Example


Text Example

White with #E7DFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DFE2; }

 p { color: rgb(231,223,226); }

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

background-color css

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

 a { background-color: rgb(231,223,226); }

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

border-color css

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

 span { border-color: rgb(231,223,226); }

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