#EBF1FD

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

Shades of Solitude #EBF1FD

Tints of Solitude #EBF1FD

Color information

#EBF1FD (or 0xEBF1FD) is unknown color: approx Solitude. HEX triplet: EB, F1 and FD. RGB value is (235,241,253). Sum of RGB (Red+Green+Blue) = 235+241+253=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 241 (94.53% from 255 or 33.06% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBF1FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1FD is #140E02. Grayscale: #F0F0F0. Windows color (decimal): -1314307 or 16642539. OLE color: 16642539.

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

Color convert

RGB235241253-
CMYK0.070.0500.01
HSL220º81.82%95.69%-
HSV(B)220º7.11%99.22%-
XYZ83.4587.66105.45-
YUV240.57135.01124.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 241 (94.53% from 255) = 33.06%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=32.24%
G=33.06%
B=34.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352412530.070.0500.0122081.8295.69
HexEBF1FD7501dc5260
Octal3533613757501334122140
Binary111010111111000111111101111101011101110010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1FD; }

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

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

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

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

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

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

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

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