#EDECE9

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

Shades of Romance #EDECE9

Tints of Romance #EDECE9

Color information

#EDECE9 (or 0xEDECE9) is unknown color: approx Romance. HEX triplet: ED, EC and E9. RGB value is (237,236,233). Sum of RGB (Red+Green+Blue) = 237+236+233=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 236 (92.58% from 255 or 33.43% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECE9 is #121316. Grayscale: #EBEBEB. Windows color (decimal): -1184535 or 15330541. OLE color: 15330541.

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

Color convert

RGB237236233-
CMYK00.000.020.07
HSL45º10%92.16%-
HSV(B)45º1.69%92.94%-
XYZ79.6383.8889.08-
YUV235.96126.33128.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 236 (92.58% from 255) = 33.43%
BLUE value IS 233 (91.41% from 255) = 33.00%
R=33.57%
G=33.43%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723623300.000.020.07451092.16
HexEDECE900272da5c
Octal35535435100275512134
Binary111011011110110011101001001011110110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE9; }

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

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

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

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

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

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

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

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