#EEF1F0

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

Shades of Clear Day #EEF1F0

Tints of Clear Day #EEF1F0

Color information

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

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

Color convert

RGB238241240-
CMYK0.0100.000.05
HSL160º9.68%93.92%-
HSV(B)160º1.24%94.51%-
XYZ82.4487.3894.96-
YUV239.99128.01126.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412400.0100.000.051609.6893.92
HexEEF1F01005a0a5e
Octal356361360100524012136
Binary1110111011110001111100001001011010000010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1F0; }

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

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

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

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

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

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

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

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