#EDEBEC

Color #EDEBEC Amour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amour #EDEBEC

Tints of Amour #EDEBEC

Color information

#EDEBEC (or 0xEDEBEC) is unknown color: approx Amour. HEX triplet: ED, EB and EC. RGB value is (237,235,236). Sum of RGB (Red+Green+Blue) = 237+235+236=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBEC is #121413. Grayscale: #EBEBEB. Windows color (decimal): -1184788 or 15526893. OLE color: 15526893.

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

Color convert

RGB237235236-
CMYK00.010.000.07
HSL330º5.26%92.55%-
HSV(B)330º0.84%92.94%-
XYZ79.7783.4891.27-
YUV235.71128.16128.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 235 (92.19% from 255) = 33.19%
BLUE value IS 236 (92.58% from 255) = 33.33%
R=33.47%
G=33.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723523600.010.000.073305.2692.55
HexEDEBEC010714a55d
Octal35535335401075125135
Binary1110110111101011111011000101111010010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBEC; }

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

 H1.HeaderClassName
 {
   color: #EDEBEC;
 }
 .AnyTagClassName
 {
   color: #EDEBEC;
 }
</style>
background-color css

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

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

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

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

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

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