#EDE0EC

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

Shades of Selago #EDE0EC

Tints of Selago #EDE0EC

Color information

#EDE0EC (or 0xEDE0EC) is unknown color: approx Selago. HEX triplet: ED, E0 and EC. RGB value is (237,224,236). Sum of RGB (Red+Green+Blue) = 237+224+236=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0EC is #121F13. Grayscale: #E5E5E5. Windows color (decimal): -1187604 or 15524077. OLE color: 15524077.

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

Color convert

RGB237224236-
CMYK00.050.000.07
HSL304.62º26.53%90.39%-
HSV(B)304.62º5.49%92.94%-
XYZ76.7277.3790.25-
YUV229.26131.81133.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=34.00%
G=32.14%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722423600.050.000.07304.6226.5390.39
HexEDE0EC05071311b5a
Octal355340354050746133132
Binary11101101111000001110110001010111100110001110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0EC; }

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

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

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

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

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

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

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

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