#E6EAEE

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

Shades of Solitude #E6EAEE

Tints of Solitude #E6EAEE

Color information

#E6EAEE (or 0xE6EAEE) is unknown color: approx Solitude. HEX triplet: E6, EA and EE. RGB value is (230,234,238). Sum of RGB (Red+Green+Blue) = 230+234+238=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6EAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAEE is #191511. Grayscale: #E9E9E9. Windows color (decimal): -1643794 or 15657702. OLE color: 15657702.

HSL color Cylindrical-coordinate representation of color #E6EAEE: hue angle of 210º degrees, saturation: 0.19, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6EAEE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB230234238-
CMYK0.030.0200.07
HSL210º19.05%91.76%-
HSV(B)210º3.36%93.33%-
XYZ77.4981.8492.6-
YUV233.26130.67125.67-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.76%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=32.76%
G=33.33%
B=33.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2302342380.030.0200.0721019.0591.76
HexE6EAEE3207d2135c
Octal346352356320732223134
Binary1110011011101010111011101110011111010010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAEE; }

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

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

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

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

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

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

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

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