#EEF1FC

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

Shades of Solitude #EEF1FC

Tints of Solitude #EEF1FC

Color information

#EEF1FC (or 0xEEF1FC) is unknown color: approx Solitude. HEX triplet: EE, F1 and FC. RGB value is (238,241,252). Sum of RGB (Red+Green+Blue) = 238+241+252=731 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.56% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 252 (98.83% from 255 or 34.47% from 731); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEF1FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1FC is #110E03. Grayscale: #F1F1F1. Windows color (decimal): -1117700 or 16577006. OLE color: 16577006.

HSL color Cylindrical-coordinate representation of color #EEF1FC: hue angle of 227.14º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF1FC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238241252-
CMYK0.060.0400.01
HSL227.14º70%96.08%-
HSV(B)227.14º5.56%98.82%-
XYZ84.2988.12104.66-
YUV241.36134.01125.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.56%
GREEN value IS 241 (94.53% from 255) = 32.97%
BLUE value IS 252 (98.83% from 255) = 34.47%
R=32.56%
G=32.97%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382412520.060.0400.01227.147096.08
HexEEF1FC6401e34660
Octal3563613746401343106140
Binary111011101111000111111100110100011110001110001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1FC; }

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

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

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

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

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

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

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

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