#EEDBF1

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

Shades of Selago #EEDBF1

Tints of Selago #EEDBF1

Color information

#EEDBF1 (or 0xEEDBF1) is unknown color: approx Selago. HEX triplet: EE, DB and F1. RGB value is (238,219,241). Sum of RGB (Red+Green+Blue) = 238+219+241=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF1 is #11240E. Grayscale: #E3E3E3. Windows color (decimal): -1123343 or 15850478. OLE color: 15850478.

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

Color convert

RGB238219241-
CMYK0.010.0900.05
HSL291.82º44%90.2%-
HSV(B)291.82º9.13%94.51%-
XYZ76.4775.1993.7-
YUV227.19135.79135.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=34.10%
G=31.38%
B=34.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382192410.010.0900.05291.824490.2
HexEEDBF119051242c5a
Octal3563333611110544454132
Binary1110111011011011111100011100101011001001001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF1; }

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

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

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

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

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

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

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

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