#EDE8EE

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

Shades of Selago #EDE8EE

Tints of Selago #EDE8EE

Color information

#EDE8EE (or 0xEDE8EE) is unknown color: approx Selago. HEX triplet: ED, E8 and EE. RGB value is (237,232,238). Sum of RGB (Red+Green+Blue) = 237+232+238=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 232 (91.02% from 255 or 32.81% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE8EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8EE is #121711. Grayscale: #EAEAEA. Windows color (decimal): -1185554 or 15657197. OLE color: 15657197.

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

Color convert

RGB237232238-
CMYK0.000.0300.07
HSL290º15%92.16%-
HSV(B)290º2.52%93.33%-
XYZ79.2181.8992.52-
YUV234.18130.16130.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 232 (91.02% from 255) = 32.81%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=33.52%
G=32.81%
B=33.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372322380.000.0300.072901592.16
HexEDE8EE0307122f5c
Octal355350356030744217134
Binary111011011110100011101110011011110010001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE8EE; }

 p { color: rgb(237,232,238); }

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

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

 a { background-color: rgb(237,232,238); }

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

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

 span { border-color: rgb(237,232,238); }

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