#EDF3FD

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

Shades of Solitude #EDF3FD

Tints of Solitude #EDF3FD

Color information

#EDF3FD (or 0xEDF3FD) is unknown color: approx Solitude. HEX triplet: ED, F3 and FD. RGB value is (237,243,253). Sum of RGB (Red+Green+Blue) = 237+243+253=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 243 (95.31% from 255 or 33.15% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3FD is #120C02. Grayscale: #F2F2F2. Windows color (decimal): -1182723 or 16643053. OLE color: 16643053.

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

Color convert

RGB237243253-
CMYK0.060.0400.01
HSL217.5º80%96.08%-
HSV(B)217.5º6.32%99.22%-
XYZ84.7189.2105.68-
YUV242.35134.01124.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.33%
GREEN value IS 243 (95.31% from 255) = 33.15%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=32.33%
G=33.15%
B=34.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372432530.060.0400.01217.58096.08
HexEDF3FD6401da5060
Octal3553633756401332120140
Binary111011011111001111111101110100011101101010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3FD; }

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

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

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

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

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

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

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

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