#EEF2F1

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

Shades of Clear Day #EEF2F1

Tints of Clear Day #EEF2F1

Color information

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

HSL color Cylindrical-coordinate representation of color #EEF2F1: hue angle of 165º 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 #EEF2F1 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB238242241-
CMYK0.0200.000.05
HSL165º13.33%94.12%-
HSV(B)165º1.65%94.9%-
XYZ82.8988.0395.84-
YUV240.69128.17126.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422410.0200.000.0516513.3394.12
HexEEF2F12005a5d5e
Octal356362361200524515136
Binary11101110111100101111000110001011010010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2F1; }

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

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

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

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

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

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

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

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