#EDE7EC

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

Shades of Selago #EDE7EC

Tints of Selago #EDE7EC

Color information

#EDE7EC (or 0xEDE7EC) is unknown color: approx Selago. HEX triplet: ED, E7 and EC. RGB value is (237,231,236). Sum of RGB (Red+Green+Blue) = 237+231+236=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 236 (92.58% from 255 or 33.52% from 704); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE7EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7EC is #121813. Grayscale: #E9E9E9. Windows color (decimal): -1185812 or 15525869. OLE color: 15525869.

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

Color convert

RGB237231236-
CMYK00.030.000.07
HSL310º14.29%91.76%-
HSV(B)310º2.53%92.94%-
XYZ78.6481.2190.89-
YUV233.36129.49130.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 231 (90.62% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 33.52%
R=33.66%
G=32.81%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723123600.030.000.0731014.2991.76
HexEDE7EC0307136e5c
Octal355347354030746616134
Binary111011011110011111101100011011110011011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7EC; }

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

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

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

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

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

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

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

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