#EDEBE7

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

Shades of Romance #EDEBE7

Tints of Romance #EDEBE7

Color information

#EDEBE7 (or 0xEDEBE7) is unknown color: approx Romance. HEX triplet: ED, EB and E7. RGB value is (237,235,231). Sum of RGB (Red+Green+Blue) = 237+235+231=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBE7 is #121418. Grayscale: #EBEBEB. Windows color (decimal): -1184793 or 15199213. OLE color: 15199213.

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

Color convert

RGB237235231-
CMYK00.010.030.07
HSL40º14.29%91.76%-
HSV(B)40º2.53%92.94%-
XYZ79.0683.1987.49-
YUV235.14125.66129.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 235 (92.19% from 255) = 33.43%
BLUE value IS 231 (90.62% from 255) = 32.86%
R=33.71%
G=33.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723523100.010.030.074014.2991.76
HexEDEBE7013728e5c
Octal35535334701375016134
Binary111011011110101111100111011111110100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBE7; }

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

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

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

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

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

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

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

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