#EDE0F0

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

Shades of Selago #EDE0F0

Tints of Selago #EDE0F0

Color information

#EDE0F0 (or 0xEDE0F0) is unknown color: approx Selago. HEX triplet: ED, E0 and F0. RGB value is (237,224,240). Sum of RGB (Red+Green+Blue) = 237+224+240=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 240 (94.14% from 255 or 34.24% from 701); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE0F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0F0 is #121F0F. Grayscale: #E5E5E5. Windows color (decimal): -1187600 or 15786221. OLE color: 15786221.

HSL color Cylindrical-coordinate representation of color #EDE0F0: hue angle of 288.75º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE0F0 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237224240-
CMYK0.010.0700.06
HSL288.75º34.78%90.98%-
HSV(B)288.75º6.67%94.12%-
XYZ77.3177.6193.34-
YUV229.71133.81133.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 240 (94.14% from 255) = 34.24%
R=33.81%
G=31.95%
B=34.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372242400.010.0700.06288.7534.7890.98
HexEDE0F01706121235b
Octal355340360170644143133
Binary111011011110000011110000111101101001000011000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0F0; }

 p { color: rgb(237,224,240); }

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

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

 a { background-color: rgb(237,224,240); }

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

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

 span { border-color: rgb(237,224,240); }

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