Html Css Color HEX #EDE6E7 Amour

📋 copy color: '#EDE6E7'

red 237 ◦ green 230 ◦ blue 231

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

Shades of Amour #EDE6E7

Tints of Amour #EDE6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 33.09%

R = 33.95%
G = 32.95%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EDE6E7 (or 0xEDE6E7) is known color: Amour. HEX triplet: ED, E6 and E7. RGB value is (237,230,231). Sum of RGB (Red+Green+Blue) = 237+230+231=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 231 (90.62% from 255 or 33.09% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE6E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6E7 is #121918. Grayscale: #E8E8E8. Windows color (decimal): -1186073 or 15197933. OLE color: 15197933.

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

Color convert

RGB 237 230 231 -
CMYK 0 0.03 0.03 0.07
HSL 351.43º 0.16% 0.92% -
HSV(B) 351.43º 0.03% 0.93% -
XYZ 77.65 80.37 87.02 -
YUV 232.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 237 230 231 0 0.03 0.03 0.07 351.43 0.16 0.92
Hex ED E6 E7 0 3 3 7 15F 10 5C
Octal 355 346 347 0 3 3 7 537 20 134
Binary 11101101 11100110 11100111 0 11 11 111 101011111 10000 1011100

Color Harmonies of #EDE6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE6E7

Black with #EDE6E7

Text Example


Text Example

White with #EDE6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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