#E6EFF9

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

Shades of Solitude #E6EFF9

Tints of Solitude #E6EFF9

Color information

#E6EFF9 (or 0xE6EFF9) is unknown color: approx Solitude. HEX triplet: E6, EF and F9. RGB value is (230,239,249). Sum of RGB (Red+Green+Blue) = 230+239+249=718 (95% of max value = 765). Red value is 230 (90.23% from 255 or 32.03% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6EFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFF9 is #191006. Grayscale: #EDEDED. Windows color (decimal): -1642503 or 16379878. OLE color: 16379878.

HSL color Cylindrical-coordinate representation of color #E6EFF9: hue angle of 211.58º degrees, saturation: 0.61, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6EFF9 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230239249-
CMYK0.080.0400.02
HSL211.58º61.29%93.92%-
HSV(B)211.58º7.63%97.65%-
XYZ80.685.4101.86-
YUV237.45134.52122.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 32.03%
GREEN value IS 239 (93.75% from 255) = 33.29%
BLUE value IS 249 (97.66% from 255) = 34.68%
R=32.03%
G=33.29%
B=34.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302392490.080.0400.02211.5861.2993.92
HexE6EFF98402d43d5e
Octal3463573711040232475136
Binary1110011011101111111110011000100010110101001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFF9; }

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

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

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

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

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

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

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

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