#E6EEFB

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

Shades of Solitude #E6EEFB

Tints of Solitude #E6EEFB

Color information

#E6EEFB (or 0xE6EEFB) is unknown color: approx Solitude. HEX triplet: E6, EE and FB. RGB value is (230,238,251). Sum of RGB (Red+Green+Blue) = 230+238+251=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 238 (93.36% from 255 or 33.10% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6EEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFB is #191104. Grayscale: #EDEDED. Windows color (decimal): -1642757 or 16510694. OLE color: 16510694.

HSL color Cylindrical-coordinate representation of color #E6EEFB: hue angle of 217.14º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EEFB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230238251-
CMYK0.080.0500.02
HSL217.14º72.41%94.31%-
HSV(B)217.14º8.37%98.43%-
XYZ80.6284.94103.41-
YUV237.09135.85122.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.99%
GREEN value IS 238 (93.36% from 255) = 33.10%
BLUE value IS 251 (98.44% from 255) = 34.91%
R=31.99%
G=33.10%
B=34.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302382510.080.0500.02217.1472.4194.31
HexE6EEFB8502d9485e
Octal34635637310502331110136
Binary11100110111011101111101110001010101101100110010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEFB; }

 p { color: rgb(230,238,251); }

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

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

 a { background-color: rgb(230,238,251); }

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

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

 span { border-color: rgb(230,238,251); }

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