Html Css Color HEX #EDE4E9 Amour

📋 copy color: '#EDE4E9'

red 237 ◦ green 228 ◦ blue 233

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

Shades of Amour #EDE4E9

Tints of Amour #EDE4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.38%

R = 33.95%
G = 32.66%
B = 33.38%

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

#EDE4E9 (or 0xEDE4E9) is known color: Amour. HEX triplet: ED, E4 and E9. RGB value is (237,228,233). Sum of RGB (Red+Green+Blue) = 237+228+233=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 228 (89.45% from 255 or 32.66% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4E9 is #121B16. Grayscale: #E7E7E7. Windows color (decimal): -1186583 or 15328493. OLE color: 15328493.

HSL color Cylindrical-coordinate representation of color #EDE4E9: hue angle of 326.67º 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 #EDE4E9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 233 -
CMYK 0 0.04 0.02 0.07
HSL 326.67º 0.2% 0.91% -
HSV(B) 326.67º 0.04% 0.93% -
XYZ 77.38 79.37 88.33 -
YUV 231.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 237 228 233 0 0.04 0.02 0.07 326.67 0.2 0.91
Hex ED E4 E9 0 4 2 7 147 14 5B
Octal 355 344 351 0 4 2 7 507 24 133
Binary 11101101 11100100 11101001 0 100 10 111 101000111 10100 1011011

Color Harmonies of #EDE4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE4E9

Black with #EDE4E9

Text Example


Text Example

White with #EDE4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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