#EDE4EE

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

Shades of Selago #EDE4EE

Tints of Selago #EDE4EE

Color information

#EDE4EE (or 0xEDE4EE) is unknown color: approx Selago. HEX triplet: ED, E4 and EE. RGB value is (237,228,238). Sum of RGB (Red+Green+Blue) = 237+228+238=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4EE is #121B11. Grayscale: #E7E7E7. Windows color (decimal): -1186578 or 15656173. OLE color: 15656173.

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

Color convert

RGB237228238-
CMYK0.000.0400.07
HSL294º22.73%91.37%-
HSV(B)294º4.2%93.33%-
XYZ78.179.6692.15-
YUV231.83131.48131.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=33.71%
G=32.43%
B=33.85%

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
Decimal2372282380.000.0400.0729422.7391.37
HexEDE4EE0407126175b
Octal355344356040744627133
Binary11101101111001001110111001000111100100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4EE; }

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

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

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

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

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

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

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

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