Html Css Color HEX #EDEAEC Amour

📋 copy color: '#EDEAEC'

red 237 ◦ green 234 ◦ blue 236

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

Shades of Amour #EDEAEC

Tints of Amour #EDEAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 33.38%

R = 33.52%
G = 33.1%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDEAEC (or 0xEDEAEC) is known color: Amour. HEX triplet: ED, EA and EC. RGB value is (237,234,236). Sum of RGB (Red+Green+Blue) = 237+234+236=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAEC is #121513. Grayscale: #EBEBEB. Windows color (decimal): -1185044 or 15526637. OLE color: 15526637.

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

Color convert

RGB 237 234 236 -
CMYK 0 0.01 0.00 0.07
HSL 320º 0.08% 0.92% -
HSV(B) 320º 0.01% 0.93% -
XYZ 79.49 82.91 91.17 -
YUV 235.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 237 234 236 0 0.01 0.00 0.07 320 0.08 0.92
Hex ED EA EC 0 1 0 7 140 8 5C
Octal 355 352 354 0 1 0 7 500 10 134
Binary 11101101 11101010 11101100 0 1 0 111 101000000 1000 1011100

Color Harmonies of #EDEAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAEC

Black with #EDEAEC

Text Example


Text Example

White with #EDEAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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