#E6EEFF

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

Shades of Solitude #E6EEFF

Tints of Solitude #E6EEFF

Color information

#E6EEFF (or 0xE6EEFF) is unknown color: approx Solitude. HEX triplet: E6, EE and FF. RGB value is (230,238,255). Sum of RGB (Red+Green+Blue) = 230+238+255=723 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.81% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6EEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EEFF is #191100. Grayscale: #EDEDED. Windows color (decimal): -1642753 or 16772838. OLE color: 16772838.

HSL color Cylindrical-coordinate representation of color #E6EEFF: hue angle of 220.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6EEFF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230238255-
CMYK0.100.0700
HSL220.8º100%95.1%-
HSV(B)220.8º9.8%100%-
XYZ81.2685.19106.77-
YUV237.55137.85122.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.81%
GREEN value IS 238 (93.36% from 255) = 32.92%
BLUE value IS 255 (100% from 255) = 35.27%
R=31.81%
G=32.92%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302382550.100.0700220.810095.1
HexE6EEFFA700dd645f
Octal34635637712700335144137
Binary1110011011101110111111111010111001101110111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EEFF; }

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

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

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

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

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

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

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

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