#EDF1FD

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

Shades of Solitude #EDF1FD

Tints of Solitude #EDF1FD

Color information

#EDF1FD (or 0xEDF1FD) is unknown color: approx Solitude. HEX triplet: ED, F1 and FD. RGB value is (237,241,253). Sum of RGB (Red+Green+Blue) = 237+241+253=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 241 (94.53% from 255 or 32.97% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1FD is #120E02. Grayscale: #F1F1F1. Windows color (decimal): -1183235 or 16642541. OLE color: 16642541.

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

Color convert

RGB237241253-
CMYK0.060.0500.01
HSL225º80%96.08%-
HSV(B)225º6.32%99.22%-
XYZ84.1188.01105.48-
YUV241.17134.67125.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.42%
GREEN value IS 241 (94.53% from 255) = 32.97%
BLUE value IS 253 (99.22% from 255) = 34.61%
R=32.42%
G=32.97%
B=34.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372412530.060.0500.012258096.08
HexEDF1FD6501e15060
Octal3553613756501341120140
Binary111011011111000111111101110101011110000110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1FD; }

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

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

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

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

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

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

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

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