#E6EDFD

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

Shades of Solitude #E6EDFD

Tints of Solitude #E6EDFD

Color information

#E6EDFD (or 0xE6EDFD) is unknown color: approx Solitude. HEX triplet: E6, ED and FD. RGB value is (230,237,253). Sum of RGB (Red+Green+Blue) = 230+237+253=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 237 (92.97% from 255 or 32.92% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EDFD is #191202. Grayscale: #ECECEC. Windows color (decimal): -1643011 or 16641510. OLE color: 16641510.

HSL color Cylindrical-coordinate representation of color #E6EDFD: hue angle of 221.74º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6EDFD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230237253-
CMYK0.090.0600.01
HSL221.74º85.19%94.71%-
HSV(B)221.74º9.09%99.22%-
XYZ80.6584.48104.98-
YUV236.73137.18123.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.94%
GREEN value IS 237 (92.97% from 255) = 32.92%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=31.94%
G=32.92%
B=35.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302372530.090.0600.01221.7485.1994.71
HexE6EDFD9601de555f
Octal34635537511601336125137
Binary1110011011101101111111011001110011101111010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EDFD; }

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

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

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

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

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

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

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

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