#EDEBE6

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

Shades of Romance #EDEBE6

Tints of Romance #EDEBE6

Color information

#EDEBE6 (or 0xEDEBE6) is unknown color: approx Romance. HEX triplet: ED, EB and E6. RGB value is (237,235,230). Sum of RGB (Red+Green+Blue) = 237+235+230=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 235 (92.19% from 255 or 33.48% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEBE6 is #121419. Grayscale: #EBEBEB. Windows color (decimal): -1184794 or 15133677. OLE color: 15133677.

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

Color convert

RGB237235230-
CMYK00.010.030.07
HSL42.86º16.28%91.57%-
HSV(B)42.86º2.95%92.94%-
XYZ78.9283.1386.75-
YUV235.03125.16129.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 235 (92.19% from 255) = 33.48%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=33.76%
G=33.48%
B=32.76%

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
Decimal23723523000.010.030.0742.8616.2891.57
HexEDEBE601372b105c
Octal35535334601375320134
Binary1110110111101011111001100111111101011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBE6; }

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

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

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

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

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

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

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

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