#E6EAF1

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

Shades of Solitude #E6EAF1

Tints of Solitude #E6EAF1

Color information

#E6EAF1 (or 0xE6EAF1) is unknown color: approx Solitude. HEX triplet: E6, EA and F1. RGB value is (230,234,241). Sum of RGB (Red+Green+Blue) = 230+234+241=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 234 (91.80% from 255 or 33.19% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6EAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAF1 is #19150E. Grayscale: #E9E9E9. Windows color (decimal): -1643791 or 15854310. OLE color: 15854310.

HSL color Cylindrical-coordinate representation of color #E6EAF1: hue angle of 218.18º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6EAF1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230234241-
CMYK0.050.0300.05
HSL218.18º28.21%92.35%-
HSV(B)218.18º4.56%94.51%-
XYZ77.9382.0294.94-
YUV233.6132.17125.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.62%
GREEN value IS 234 (91.80% from 255) = 33.19%
BLUE value IS 241 (94.53% from 255) = 34.18%
R=32.62%
G=33.19%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302342410.050.0300.05218.1828.2192.35
HexE6EAF15305da1c5c
Octal346352361530533234134
Binary11100110111010101111000110111010111011010111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EAF1; }

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

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

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

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

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

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

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

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