Html Css Color HEX #EDE3E9 Amour

📋 copy color: '#EDE3E9'

red 237 ◦ green 227 ◦ blue 233

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

Shades of Amour #EDE3E9

Tints of Amour #EDE3E9

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.57%

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

R = 34%
G = 32.57%
B = 33.43%

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

#EDE3E9 (or 0xEDE3E9) is known color: Amour. HEX triplet: ED, E3 and E9. RGB value is (237,227,233). Sum of RGB (Red+Green+Blue) = 237+227+233=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 227 (89.06% from 255 or 32.57% from 697); Blue value is 233 (91.41% from 255 or 33.43% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3E9 is #121C16. Grayscale: #E6E6E6. Windows color (decimal): -1186839 or 15328237. OLE color: 15328237.

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

Color convert

RGB 237 227 233 -
CMYK 0 0.04 0.02 0.07
HSL 324º 0.22% 0.91% -
HSV(B) 324º 0.04% 0.93% -
XYZ 77.1 78.83 88.24 -
YUV 230.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 237 227 233 0 0.04 0.02 0.07 324 0.22 0.91
Hex ED E3 E9 0 4 2 7 144 16 5B
Octal 355 343 351 0 4 2 7 504 26 133
Binary 11101101 11100011 11101001 0 100 10 111 101000100 10110 1011011

Color Harmonies of #EDE3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3E9

Black with #EDE3E9

Text Example


Text Example

White with #EDE3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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