#EDE2E8

Color #EDE2E8 Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #EDE2E8

Tints of Amour #EDE2E8

Color information

#EDE2E8 (or 0xEDE2E8) is unknown color: approx Amour. HEX triplet: ED, E2 and E8. RGB value is (237,226,232). Sum of RGB (Red+Green+Blue) = 237+226+232=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 226 (88.67% from 255 or 32.52% from 695); Blue value is 232 (91.02% from 255 or 33.38% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2E8 is #121D17. Grayscale: #E5E5E5. Windows color (decimal): -1187096 or 15262445. OLE color: 15262445.

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

Color convert

RGB237226232-
CMYK00.050.020.07
HSL327.27º23.4%90.78%-
HSV(B)327.27º4.64%92.94%-
XYZ76.6978.2287.4-
YUV229.97129.14133.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 226 (88.67% from 255) = 32.52%
BLUE value IS 232 (91.02% from 255) = 33.38%
R=34.10%
G=32.52%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722623200.050.020.07327.2723.490.78
HexEDE2E80527147175b
Octal355342350052750727133
Binary111011011110001011101000010110111101000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2E8; }

 p { color: rgb(237,226,232); }

 H1.HeaderClassName
 {
   color: #EDE2E8;
 }
 .AnyTagClassName
 {
   color: #EDE2E8;
 }
</style>
background-color css

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

 a { background-color: rgb(237,226,232); }

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

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

 span { border-color: rgb(237,226,232); }

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