Html Css Color HEX #EDE6EA Amour

📋 copy color: '#EDE6EA'

red 237 ◦ green 230 ◦ blue 234

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

Shades of Amour #EDE6EA

Tints of Amour #EDE6EA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 32.81%

 BLUE value IS 234 (91.8% from 255) = 33.38%

R = 33.81%
G = 32.81%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDE6EA (or 0xEDE6EA) is known color: Amour. HEX triplet: ED, E6 and EA. RGB value is (237,230,234). Sum of RGB (Red+Green+Blue) = 237+230+234=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 230 (90.23% from 255 or 32.81% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6EA is #121915. Grayscale: #E8E8E8. Windows color (decimal): -1186070 or 15394541. OLE color: 15394541.

HSL color Cylindrical-coordinate representation of color #EDE6EA: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE6EA is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 230 234 -
CMYK 0 0.03 0.01 0.07
HSL 325.71º 0.16% 0.92% -
HSV(B) 325.71º 0.03% 0.93% -
XYZ 78.07 80.54 89.27 -
YUV 232.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 237 230 234 0 0.03 0.01 0.07 325.71 0.16 0.92
Hex ED E6 EA 0 3 1 7 146 10 5C
Octal 355 346 352 0 3 1 7 506 20 134
Binary 11101101 11100110 11101010 0 11 1 111 101000110 10000 1011100

Color Harmonies of #EDE6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6EA

Black with #EDE6EA

Text Example


Text Example

White with #EDE6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6EA; }

 p { color: rgb(237,230,234); }

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

background-color css

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

 a { background-color: rgb(237,230,234); }

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

border-color css

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

 span { border-color: rgb(237,230,234); }

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