#EEE0F2

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

Shades of Selago #EEE0F2

Tints of Selago #EEE0F2

Color information

#EEE0F2 (or 0xEEE0F2) is unknown color: approx Selago. HEX triplet: EE, E0 and F2. RGB value is (238,224,242). Sum of RGB (Red+Green+Blue) = 238+224+242=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0F2 is #111F0D. Grayscale: #E6E6E6. Windows color (decimal): -1122062 or 15917294. OLE color: 15917294.

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

Color convert

RGB238224242-
CMYK0.020.0700.05
HSL286.67º40.91%91.37%-
HSV(B)286.67º7.44%94.9%-
XYZ77.9477.994.93-
YUV230.24134.64133.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 224 (87.89% from 255) = 31.82%
BLUE value IS 242 (94.92% from 255) = 34.38%
R=33.81%
G=31.82%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382242420.020.0700.05286.6740.9191.37
HexEEE0F2270511f295b
Octal356340362270543751133
Binary1110111011100000111100101011101011000111111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE0F2; }

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

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

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

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

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

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

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

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