#EDE7EE

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

Shades of Selago #EDE7EE

Tints of Selago #EDE7EE

Color information

#EDE7EE (or 0xEDE7EE) is unknown color: approx Selago. HEX triplet: ED, E7 and EE. RGB value is (237,231,238). Sum of RGB (Red+Green+Blue) = 237+231+238=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 231 (90.62% from 255 or 32.72% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE7EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7EE is #121811. Grayscale: #E9E9E9. Windows color (decimal): -1185810 or 15656941. OLE color: 15656941.

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

Color convert

RGB237231238-
CMYK0.000.0300.07
HSL291.43º17.07%91.96%-
HSV(B)291.43º2.94%93.33%-
XYZ78.9381.3392.43-
YUV233.59130.49130.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 231 (90.62% from 255) = 32.72%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=33.57%
G=32.72%
B=33.71%

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
Decimal2372312380.000.0300.07291.4317.0791.96
HexEDE7EE0307123115c
Octal355347356030744321134
Binary1110110111100111111011100110111100100011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE7EE; }

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

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

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

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

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

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

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

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