#EEDBF3

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

Shades of Selago #EEDBF3

Tints of Selago #EEDBF3

Color information

#EEDBF3 (or 0xEEDBF3) is unknown color: approx Selago. HEX triplet: EE, DB and F3. RGB value is (238,219,243). Sum of RGB (Red+Green+Blue) = 238+219+243=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 243 (95.31% from 255 or 34.71% from 700); Max value from RGB is 243 - color contains mainly: blue. Hex color #EEDBF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF3 is #11240C. Grayscale: #E3E3E3. Windows color (decimal): -1123341 or 15981550. OLE color: 15981550.

HSL color Cylindrical-coordinate representation of color #EEDBF3: hue angle of 287.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDBF3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238219243-
CMYK0.020.1000.05
HSL287.5º50%90.59%-
HSV(B)287.5º9.88%95.29%-
XYZ76.7775.3195.28-
YUV227.42136.79135.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34%
GREEN value IS 219 (85.94% from 255) = 31.29%
BLUE value IS 243 (95.31% from 255) = 34.71%
R=34%
G=31.29%
B=34.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382192430.020.1000.05287.55090.59
HexEEDBF32A05120325b
Octal3563333632120544062133
Binary11101110110110111111001110101001011001000001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF3; }

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

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

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

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

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

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

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

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