#EDF1FF

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

Shades of Solitude #EDF1FF

Tints of Solitude #EDF1FF

Color information

#EDF1FF (or 0xEDF1FF) is unknown color: approx Solitude. HEX triplet: ED, F1 and FF. RGB value is (237,241,255). Sum of RGB (Red+Green+Blue) = 237+241+255=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF1FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FF is #120E00. Grayscale: #F1F1F1. Windows color (decimal): -1183233 or 16773613. OLE color: 16773613.

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

Color convert

RGB237241255-
CMYK0.070.0500
HSL226.67º100%96.47%-
HSV(B)226.67º7.06%100%-
XYZ84.4388.14107.17-
YUV241.4135.67124.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.33%
GREEN value IS 241 (94.53% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 34.79%
R=32.33%
G=32.88%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372412550.070.0500226.6710096.47
HexEDF1FF7500e36460
Octal3553613777500343144140
Binary111011011111000111111111111101001110001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1FF; }

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

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

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

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

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

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

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

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