#E6EEFE

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

Shades of Solitude #E6EEFE

Tints of Solitude #E6EEFE

Color information

#E6EEFE (or 0xE6EEFE) is unknown color: approx Solitude. HEX triplet: E6, EE and FE. RGB value is (230,238,254). Sum of RGB (Red+Green+Blue) = 230+238+254=722 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.86% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6EEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFE is #191101. Grayscale: #EDEDED. Windows color (decimal): -1642754 or 16707302. OLE color: 16707302.

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

Color convert

RGB230238254-
CMYK0.090.0600.00
HSL220º92.31%94.9%-
HSV(B)220º9.45%99.61%-
XYZ81.185.13105.92-
YUV237.43137.35122.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.86%
GREEN value IS 238 (93.36% from 255) = 32.96%
BLUE value IS 254 (99.61% from 255) = 35.18%
R=31.86%
G=32.96%
B=35.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302382540.090.0600.0022092.3194.9
HexE6EEFE9600dc5c5f
Octal34635637611600334134137
Binary1110011011101110111111101001110001101110010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEFE; }

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

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

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

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

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

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

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

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