#E0EBFB

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

Shades of Solitude #E0EBFB

Tints of Solitude #E0EBFB

Color information

#E0EBFB (or 0xE0EBFB) is unknown color: approx Solitude. HEX triplet: E0, EB and FB. RGB value is (224,235,251). Sum of RGB (Red+Green+Blue) = 224+235+251=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EBFB is #1F1404. Grayscale: #E9E9E9. Windows color (decimal): -2036741 or 16509920. OLE color: 16509920.

HSL color Cylindrical-coordinate representation of color #E0EBFB: hue angle of 215.56º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0EBFB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224235251-
CMYK0.110.0600.02
HSL215.56º77.14%93.14%-
HSV(B)215.56º10.76%98.43%-
XYZ77.8682.23103.03-
YUV233.54137.86121.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.55%
GREEN value IS 235 (92.19% from 255) = 33.10%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=31.55%
G=33.10%
B=35.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242352510.110.0600.02215.5677.1493.14
HexE0EBFBB602d84d5d
Octal34035337313602330115135
Binary11100000111010111111101110111100101101100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBFB; }

 p { color: rgb(224,235,251); }

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

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

 a { background-color: rgb(224,235,251); }

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

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

 span { border-color: rgb(224,235,251); }

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