#E6EDFF

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

Shades of Solitude #E6EDFF

Tints of Solitude #E6EDFF

Color information

#E6EDFF (or 0xE6EDFF) is unknown color: approx Solitude. HEX triplet: E6, ED and FF. RGB value is (230,237,255). Sum of RGB (Red+Green+Blue) = 230+237+255=722 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.86% from 722); Green value is 237 (92.97% from 255 or 32.83% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFF is #191200. Grayscale: #ECECEC. Windows color (decimal): -1643009 or 16772582. OLE color: 16772582.

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

Color convert

RGB230237255-
CMYK0.100.0700
HSL223.2º100%95.1%-
HSV(B)223.2º9.8%100%-
XYZ80.9784.61106.67-
YUV236.96138.18123.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.86%
GREEN value IS 237 (92.97% from 255) = 32.83%
BLUE value IS 255 (100% from 255) = 35.32%
R=31.86%
G=32.83%
B=35.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302372550.100.0700223.210095.1
HexE6EDFFA700df645f
Octal34635537712700337144137
Binary1110011011101101111111111010111001101111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDFF; }

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

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

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

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

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

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

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

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