#E6ECFD

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

Shades of Solitude #E6ECFD

Tints of Solitude #E6ECFD

Color information

#E6ECFD (or 0xE6ECFD) is unknown color: approx Solitude. HEX triplet: E6, EC and FD. RGB value is (230,236,253). Sum of RGB (Red+Green+Blue) = 230+236+253=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 236 (92.58% from 255 or 32.82% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6ECFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6ECFD is #191302. Grayscale: #ECECEC. Windows color (decimal): -1643267 or 16641254. OLE color: 16641254.

HSL color Cylindrical-coordinate representation of color #E6ECFD: hue angle of 224.35º 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 #E6ECFD is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB230236253-
CMYK0.090.0700.01
HSL224.35º85.19%94.71%-
HSV(B)224.35º9.09%99.22%-
XYZ80.3683.91104.89-
YUV236.14137.51123.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 31.99%
GREEN value IS 236 (92.58% from 255) = 32.82%
BLUE value IS 253 (99.22% from 255) = 35.19%
R=31.99%
G=32.82%
B=35.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2302362530.090.0700.01224.3585.1994.71
HexE6ECFD9701e0555f
Octal34635437511701340125137
Binary1110011011101100111111011001111011110000010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ECFD; }

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

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

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

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

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

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

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

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