#EEF1F2

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

Shades of Alice Blue #EEF1F2

Tints of Alice Blue #EEF1F2

Color information

#EEF1F2 (or 0xEEF1F2) is unknown color: approx Alice Blue. HEX triplet: EE, F1 and F2. RGB value is (238,241,242). Sum of RGB (Red+Green+Blue) = 238+241+242=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEF1F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1F2 is #110E0D. Grayscale: #F0F0F0. Windows color (decimal): -1117710 or 15921646. OLE color: 15921646.

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

Color convert

RGB238241242-
CMYK0.020.0000.05
HSL195º13.33%94.12%-
HSV(B)195º1.65%94.9%-
XYZ82.7487.596.53-
YUV240.22129.01126.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.01%
GREEN value IS 241 (94.53% from 255) = 33.43%
BLUE value IS 242 (94.92% from 255) = 33.56%
R=33.01%
G=33.43%
B=33.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412420.020.0000.0519513.3394.12
HexEEF1F22005c3d5e
Octal356361362200530315136
Binary11101110111100011111001010001011100001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1F2; }

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

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

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

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

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

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

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

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