#EDE5EE

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

Shades of Selago #EDE5EE

Tints of Selago #EDE5EE

Color information

#EDE5EE (or 0xEDE5EE) is unknown color: approx Selago. HEX triplet: ED, E5 and EE. RGB value is (237,229,238). Sum of RGB (Red+Green+Blue) = 237+229+238=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 238 (93.36% from 255 or 33.81% from 704); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5EE is #121A11. Grayscale: #E8E8E8. Windows color (decimal): -1186322 or 15656429. OLE color: 15656429.

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

Color convert

RGB237229238-
CMYK0.000.0400.07
HSL293.33º20.93%91.57%-
HSV(B)293.33º3.78%93.33%-
XYZ78.3880.2292.24-
YUV232.42131.15131.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 238 (93.36% from 255) = 33.81%
R=33.66%
G=32.53%
B=33.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372292380.000.0400.07293.3320.9391.57
HexEDE5EE0407125155c
Octal355345356040744525134
Binary11101101111001011110111001000111100100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE5EE; }

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

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

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

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

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

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

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

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