#EDE1EE

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

Shades of Selago #EDE1EE

Tints of Selago #EDE1EE

Color information

#EDE1EE (or 0xEDE1EE) is unknown color: approx Selago. HEX triplet: ED, E1 and EE. RGB value is (237,225,238). Sum of RGB (Red+Green+Blue) = 237+225+238=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDE1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1EE is #121E11. Grayscale: #E6E6E6. Windows color (decimal): -1187346 or 15655405. OLE color: 15655405.

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

Color convert

RGB237225238-
CMYK0.000.0500.07
HSL295.38º27.66%90.78%-
HSV(B)295.38º5.46%93.33%-
XYZ77.2878.0391.88-
YUV230.07132.48132.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 238 (93.36% from 255) = 34%
R=33.86%
G=32.14%
B=34%

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
Decimal2372252380.000.0500.07295.3827.6690.78
HexEDE1EE05071271c5b
Octal355341356050744734133
Binary11101101111000011110111001010111100100111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1EE; }

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

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

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

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

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

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

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

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