#E6EFFF

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

Shades of Solitude #E6EFFF

Tints of Solitude #E6EFFF

Color information

#E6EFFF (or 0xE6EFFF) is unknown color: approx Solitude. HEX triplet: E6, EF and FF. RGB value is (230,239,255). Sum of RGB (Red+Green+Blue) = 230+239+255=724 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.77% from 724); Green value is 239 (93.75% from 255 or 33.01% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6EFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFFF is #191000. Grayscale: #EEEEEE. Windows color (decimal): -1642497 or 16773094. OLE color: 16773094.

HSL color Cylindrical-coordinate representation of color #E6EFFF: hue angle of 218.4º 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 #E6EFFF is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230239255-
CMYK0.100.0600
HSL218.4º100%95.1%-
HSV(B)218.4º9.8%100%-
XYZ81.5585.78106.87-
YUV238.13137.52122.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.77%
GREEN value IS 239 (93.75% from 255) = 33.01%
BLUE value IS 255 (100% from 255) = 35.22%
R=31.77%
G=33.01%
B=35.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302392550.100.0600218.410095.1
HexE6EFFFA600da645f
Octal34635737712600332144137
Binary1110011011101111111111111010110001101101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFFF; }

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

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

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

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

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

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

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

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