#EDEEF1

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

Shades of Solitude #EDEEF1

Tints of Solitude #EDEEF1

Color information

#EDEEF1 (or 0xEDEEF1) is unknown color: approx Solitude. HEX triplet: ED, EE and F1. RGB value is (237,238,241). Sum of RGB (Red+Green+Blue) = 237+238+241=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 238 (93.36% from 255 or 33.24% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEF1 is #12110E. Grayscale: #EEEEEE. Windows color (decimal): -1184015 or 15855341. OLE color: 15855341.

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

Color convert

RGB237238241-
CMYK0.020.0100.05
HSL225º12.5%93.73%-
HSV(B)225º1.66%94.51%-
XYZ81.3885.595.43-
YUV238.04129.67127.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.10%
GREEN value IS 238 (93.36% from 255) = 33.24%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=33.10%
G=33.24%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372382410.020.0100.0522512.593.73
HexEDEEF12105e1c5e
Octal355356361210534114136
Binary11101101111011101111000110101011110000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEF1; }

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

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

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

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

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

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

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

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