#EEF0F1

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

Shades of Alice Blue #EEF0F1

Tints of Alice Blue #EEF0F1

Color information

#EEF0F1 (or 0xEEF0F1) is unknown color: approx Alice Blue. HEX triplet: EE, F0 and F1. RGB value is (238,240,241). Sum of RGB (Red+Green+Blue) = 238+240+241=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0F1 is #110F0E. Grayscale: #EFEFEF. Windows color (decimal): -1117967 or 15855854. OLE color: 15855854.

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

Color convert

RGB238240241-
CMYK0.010.0000.05
HSL200º9.68%93.92%-
HSV(B)200º1.24%94.51%-
XYZ82.386.8595.64-
YUV239.52128.84126.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 33.52%
R=33.10%
G=33.38%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382402410.010.0000.052009.6893.92
HexEEF0F11005c8a5e
Octal356360361100531012136
Binary1110111011110000111100011001011100100010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0F1; }

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

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

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

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

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

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

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

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