#EDEAE3

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

Shades of Romance #EDEAE3

Tints of Romance #EDEAE3

Color information

#EDEAE3 (or 0xEDEAE3) is unknown color: approx Romance. HEX triplet: ED, EA and E3. RGB value is (237,234,227). Sum of RGB (Red+Green+Blue) = 237+234+227=698 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.95% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAE3 is #12151C. Grayscale: #EAEAEA. Windows color (decimal): -1185053 or 14936813. OLE color: 14936813.

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

Color convert

RGB237234227-
CMYK00.010.040.07
HSL42º21.74%90.98%-
HSV(B)42º4.22%92.94%-
XYZ78.2182.484.45-
YUV234.1123.99130.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.95%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 227 (89.06% from 255) = 32.52%
R=33.95%
G=33.52%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723422700.010.040.074221.7490.98
HexEDEAE301472a165b
Octal35535234301475226133
Binary11101101111010101110001101100111101010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEAE3; }

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

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

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

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

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

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

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

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