#E6EDFE

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

Shades of Solitude #E6EDFE

Tints of Solitude #E6EDFE

Color information

#E6EDFE (or 0xE6EDFE) is unknown color: approx Solitude. HEX triplet: E6, ED and FE. RGB value is (230,237,254). Sum of RGB (Red+Green+Blue) = 230+237+254=721 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.90% from 721); Green value is 237 (92.97% from 255 or 32.87% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFE is #191201. Grayscale: #ECECEC. Windows color (decimal): -1643010 or 16707046. OLE color: 16707046.

HSL color Cylindrical-coordinate representation of color #E6EDFE: hue angle of 222.5º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EDFE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB230237254-
CMYK0.090.0700.00
HSL222.5º92.31%94.9%-
HSV(B)222.5º9.45%99.61%-
XYZ80.8184.55105.83-
YUV236.84137.68123.12-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.90%
GREEN value IS 237 (92.97% from 255) = 32.87%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=31.90%
G=32.87%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2302372540.090.0700.00222.592.3194.9
HexE6EDFE9700de5c5f
Octal34635537611700336134137
Binary1110011011101101111111101001111001101111010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDFE; }

 p { color: rgb(230,237,254); }

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

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

 a { background-color: rgb(230,237,254); }

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

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

 span { border-color: rgb(230,237,254); }

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