#EEDBF0

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

Shades of Selago #EEDBF0

Tints of Selago #EEDBF0

Color information

#EEDBF0 (or 0xEEDBF0) is unknown color: approx Selago. HEX triplet: EE, DB and F0. RGB value is (238,219,240). Sum of RGB (Red+Green+Blue) = 238+219+240=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF0 is #11240F. Grayscale: #E3E3E3. Windows color (decimal): -1123344 or 15784942. OLE color: 15784942.

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

Color convert

RGB238219240-
CMYK0.010.0900.06
HSL294.29º41.18%90%-
HSV(B)294.29º8.75%94.12%-
XYZ76.3275.1392.92-
YUV227.08135.29135.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 219 (85.94% from 255) = 31.42%
BLUE value IS 240 (94.14% from 255) = 34.43%
R=34.15%
G=31.42%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382192400.010.0900.06294.2941.1890
HexEEDBF01906126295a
Octal3563333601110644651132
Binary1110111011011011111100001100101101001001101010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF0; }

 p { color: rgb(238,219,240); }

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

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

 a { background-color: rgb(238,219,240); }

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

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

 span { border-color: rgb(238,219,240); }

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