#EEF2FE

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

Shades of Solitude #EEF2FE

Tints of Solitude #EEF2FE

Color information

#EEF2FE (or 0xEEF2FE) is unknown color: approx Solitude. HEX triplet: EE, F2 and FE. RGB value is (238,242,254). Sum of RGB (Red+Green+Blue) = 238+242+254=734 (97% of max value = 765). Red value is 238 (93.36% from 255 or 32.43% from 734); Green value is 242 (94.92% from 255 or 32.97% from 734); Blue value is 254 (99.61% from 255 or 34.60% from 734); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEF2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2FE is #110D01. Grayscale: #F2F2F2. Windows color (decimal): -1117442 or 16708334. OLE color: 16708334.

HSL color Cylindrical-coordinate representation of color #EEF2FE: hue angle of 225º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEF2FE is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238242254-
CMYK0.060.0500.00
HSL225º88.89%96.47%-
HSV(B)225º6.3%99.61%-
XYZ84.988.84106.44-
YUV242.17134.67125.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.43%
GREEN value IS 242 (94.92% from 255) = 32.97%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=32.43%
G=32.97%
B=34.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382422540.060.0500.0022588.8996.47
HexEEF2FE6500e15960
Octal3563623766500341131140
Binary111011101111001011111110110101001110000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2FE; }

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

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

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

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

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

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

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

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