Html Css Color HEX #EDEAEB Amour

📋 copy color: '#EDEAEB'

red 237 ◦ green 234 ◦ blue 235

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

Shades of Amour #EDEAEB

Tints of Amour #EDEAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.14%

 BLUE value IS 235 (92.19% from 255) = 33.29%

R = 33.57%
G = 33.14%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDEAEB (or 0xEDEAEB) is known color: Amour. HEX triplet: ED, EA and EB. RGB value is (237,234,235). Sum of RGB (Red+Green+Blue) = 237+234+235=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAEB is #121514. Grayscale: #EBEBEB. Windows color (decimal): -1185045 or 15461101. OLE color: 15461101.

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

Color convert

RGB 237 234 235 -
CMYK 0 0.01 0.01 0.07
HSL 340º 0.08% 0.92% -
HSV(B) 340º 0.01% 0.93% -
XYZ 79.34 82.85 90.41 -
YUV 235.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 237 234 235 0 0.01 0.01 0.07 340 0.08 0.92
Hex ED EA EB 0 1 1 7 154 8 5C
Octal 355 352 353 0 1 1 7 524 10 134
Binary 11101101 11101010 11101011 0 1 1 111 101010100 1000 1011100

Color Harmonies of #EDEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAEB

Black with #EDEAEB

Text Example


Text Example

White with #EDEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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