#E6EFFB

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

Shades of Solitude #E6EFFB

Tints of Solitude #E6EFFB

Color information

#E6EFFB (or 0xE6EFFB) is unknown color: approx Solitude. HEX triplet: E6, EF and FB. RGB value is (230,239,251). Sum of RGB (Red+Green+Blue) = 230+239+251=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 239 (93.75% from 255 or 33.19% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6EFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EFFB is #191004. Grayscale: #EDEDED. Windows color (decimal): -1642501 or 16510950. OLE color: 16510950.

HSL color Cylindrical-coordinate representation of color #E6EFFB: hue angle of 214.29º degrees, saturation: 0.72, 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 #E6EFFB is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230239251-
CMYK0.080.0500.02
HSL214.29º72.41%94.31%-
HSV(B)214.29º8.37%98.43%-
XYZ80.9185.52103.51-
YUV237.68135.52122.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.94%
GREEN value IS 239 (93.75% from 255) = 33.19%
BLUE value IS 251 (98.44% from 255) = 34.86%
R=31.94%
G=33.19%
B=34.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302392510.080.0500.02214.2972.4194.31
HexE6EFFB8502d6485e
Octal34635737310502326110136
Binary11100110111011111111101110001010101101011010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EFFB; }

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

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

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

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

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

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

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

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