#EDE2EE

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

Shades of Selago #EDE2EE

Tints of Selago #EDE2EE

Color information

#EDE2EE (or 0xEDE2EE) is unknown color: approx Selago. HEX triplet: ED, E2 and EE. RGB value is (237,226,238). Sum of RGB (Red+Green+Blue) = 237+226+238=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2EE is #121D11. Grayscale: #E6E6E6. Windows color (decimal): -1187090 or 15655661. OLE color: 15655661.

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

Color convert

RGB237226238-
CMYK0.000.0500.07
HSL295º26.09%90.98%-
HSV(B)295º5.04%93.33%-
XYZ77.5578.5791.97-
YUV230.66132.14132.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=33.81%
G=32.24%
B=33.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372262380.000.0500.0729526.0990.98
HexEDE2EE05071271a5b
Octal355342356050744732133
Binary11101101111000101110111001010111100100111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE2EE; }

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

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

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

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

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

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

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

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