Html Css Color HEX #EDE4E8 Amour

📋 copy color: '#EDE4E8'

red 237 ◦ green 228 ◦ blue 232

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

Shades of Amour #EDE4E8

Tints of Amour #EDE4E8

RGB

 RED value IS 237 (92.97% from 255) = 34%

 GREEN value IS 228 (89.45% from 255) = 32.71%

 BLUE value IS 232 (91.02% from 255) = 33.29%

R = 34%
G = 32.71%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDE4E8 (or 0xEDE4E8) is known color: Amour. HEX triplet: ED, E4 and E8. RGB value is (237,228,232). Sum of RGB (Red+Green+Blue) = 237+228+232=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 228 (89.45% from 255 or 32.71% from 697); Blue value is 232 (91.02% from 255 or 33.29% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4E8 is #121B17. Grayscale: #E7E7E7. Windows color (decimal): -1186584 or 15262957. OLE color: 15262957.

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

Color convert

RGB 237 228 232 -
CMYK 0 0.04 0.02 0.07
HSL 333.33º 0.2% 0.91% -
HSV(B) 333.33º 0.04% 0.93% -
XYZ 77.23 79.32 87.58 -
YUV 231.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 237 228 232 0 0.04 0.02 0.07 333.33 0.2 0.91
Hex ED E4 E8 0 4 2 7 14D 14 5B
Octal 355 344 350 0 4 2 7 515 24 133
Binary 11101101 11100100 11101000 0 100 10 111 101001101 10100 1011011

Color Harmonies of #EDE4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4E8

Black with #EDE4E8

Text Example


Text Example

White with #EDE4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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