#E6EEFC

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

Shades of Solitude #E6EEFC

Tints of Solitude #E6EEFC

Color information

#E6EEFC (or 0xE6EEFC) is unknown color: approx Solitude. HEX triplet: E6, EE and FC. RGB value is (230,238,252). Sum of RGB (Red+Green+Blue) = 230+238+252=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6EEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFC is #191103. Grayscale: #EDEDED. Windows color (decimal): -1642756 or 16576230. OLE color: 16576230.

HSL color Cylindrical-coordinate representation of color #E6EEFC: hue angle of 218.18º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EEFC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230238252-
CMYK0.090.0600.01
HSL218.18º78.57%94.51%-
HSV(B)218.18º8.73%98.82%-
XYZ80.7885104.24-
YUV237.2136.35122.86-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.94%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 252 (98.83% from 255) = 35%
R=31.94%
G=33.06%
B=35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302382520.090.0600.01218.1878.5794.51
HexE6EEFC9601da4f5f
Octal34635637411601332117137
Binary1110011011101110111111001001110011101101010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEFC; }

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

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

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

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

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

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

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

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