#EEF1FD

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

Shades of Solitude #EEF1FD

Tints of Solitude #EEF1FD

Color information

#EEF1FD (or 0xEEF1FD) is unknown color: approx Solitude. HEX triplet: EE, F1 and FD. RGB value is (238,241,253). Sum of RGB (Red+Green+Blue) = 238+241+253=732 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.51% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 253 (99.22% from 255 or 34.56% from 732); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1FD is #110E02. Grayscale: #F1F1F1. Windows color (decimal): -1117699 or 16642542. OLE color: 16642542.

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

Color convert

RGB238241253-
CMYK0.060.0500.01
HSL228º78.95%96.27%-
HSV(B)228º5.93%99.22%-
XYZ84.4488.18105.5-
YUV241.47134.51125.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.51%
GREEN value IS 241 (94.53% from 255) = 32.92%
BLUE value IS 253 (99.22% from 255) = 34.56%
R=32.51%
G=32.92%
B=34.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382412530.060.0500.0122878.9596.27
HexEEF1FD6501e44f60
Octal3563613756501344117140
Binary111011101111000111111101110101011110010010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1FD; }

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

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

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

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

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

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

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

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