#EEDBF2

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

Shades of Selago #EEDBF2

Tints of Selago #EEDBF2

Color information

#EEDBF2 (or 0xEEDBF2) is unknown color: approx Selago. HEX triplet: EE, DB and F2. RGB value is (238,219,242). Sum of RGB (Red+Green+Blue) = 238+219+242=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDBF2 is #11240D. Grayscale: #E3E3E3. Windows color (decimal): -1123342 or 15916014. OLE color: 15916014.

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

Color convert

RGB238219242-
CMYK0.020.1000.05
HSL289.57º46.94%90.39%-
HSV(B)289.57º9.5%94.9%-
XYZ76.6275.2594.49-
YUV227.3136.29135.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=34.05%
G=31.33%
B=34.62%

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
Decimal2382192420.020.1000.05289.5746.9490.39
HexEEDBF22A051222f5a
Octal3563333622120544257132
Binary11101110110110111111001010101001011001000101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDBF2; }

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

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

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

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

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

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

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

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