#EDF3FE

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

Shades of Solitude #EDF3FE

Tints of Solitude #EDF3FE

Color information

#EDF3FE (or 0xEDF3FE) is unknown color: approx Solitude. HEX triplet: ED, F3 and FE. RGB value is (237,243,254). Sum of RGB (Red+Green+Blue) = 237+243+254=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 243 (95.31% from 255 or 33.11% 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 #EDF3FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FE is #120C01. Grayscale: #F2F2F2. Windows color (decimal): -1182722 or 16708589. OLE color: 16708589.

HSL color Cylindrical-coordinate representation of color #EDF3FE: hue angle of 218.82º 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 #EDF3FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB237243254-
CMYK0.070.0400.00
HSL218.82º89.47%96.27%-
HSV(B)218.82º6.69%99.61%-
XYZ84.8789.26106.52-
YUV242.46134.51124.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.29%
GREEN value IS 243 (95.31% from 255) = 33.11%
BLUE value IS 254 (99.61% from 255) = 34.60%
R=32.29%
G=33.11%
B=34.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372432540.070.0400.00218.8289.4796.27
HexEDF3FE7400db5960
Octal3553633767400333131140
Binary111011011111001111111110111100001101101110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3FE; }

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

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

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

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

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

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

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

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