#EDF1FE

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

Shades of Solitude #EDF1FE

Tints of Solitude #EDF1FE

Color information

#EDF1FE (or 0xEDF1FE) is unknown color: approx Solitude. HEX triplet: ED, F1 and FE. RGB value is (237,241,254). Sum of RGB (Red+Green+Blue) = 237+241+254=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 241 (94.53% from 255 or 32.92% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FE is #120E01. Grayscale: #F1F1F1. Windows color (decimal): -1183234 or 16708077. OLE color: 16708077.

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

Color convert

RGB237241254-
CMYK0.070.0500.00
HSL225.88º89.47%96.27%-
HSV(B)225.88º6.69%99.61%-
XYZ84.2788.07106.32-
YUV241.29135.17124.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 241 (94.53% from 255) = 32.92%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=32.38%
G=32.92%
B=34.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372412540.070.0500.00225.8889.4796.27
HexEDF1FE7500e25960
Octal3553613767500342131140
Binary111011011111000111111110111101001110001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1FE; }

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

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

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

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

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

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

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

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