#EDECEA

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

Shades of Romance #EDECEA

Tints of Romance #EDECEA

Color information

#EDECEA (or 0xEDECEA) is unknown color: approx Romance. HEX triplet: ED, EC and EA. RGB value is (237,236,234). Sum of RGB (Red+Green+Blue) = 237+236+234=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 236 (92.58% from 255 or 33.38% from 707); Blue value is 234 (91.80% from 255 or 33.10% from 707); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECEA is #121315. Grayscale: #ECECEC. Windows color (decimal): -1184534 or 15396077. OLE color: 15396077.

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

Color convert

RGB237236234-
CMYK00.000.010.07
HSL40º7.69%92.35%-
HSV(B)40º1.27%92.94%-
XYZ79.7783.9489.84-
YUV236.07126.83128.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 236 (92.58% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 33.10%
R=33.52%
G=33.38%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723623400.000.010.07407.6992.35
HexEDECEA00172885c
Octal35535435200175010134
Binary11101101111011001110101000111110100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECEA; }

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

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

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

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

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

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

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

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