#ECEFFA

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

Shades of Solitude #ECEFFA

Tints of Solitude #ECEFFA

Color information

#ECEFFA (or 0xECEFFA) is unknown color: approx Solitude. HEX triplet: EC, EF and FA. RGB value is (236,239,250). Sum of RGB (Red+Green+Blue) = 236+239+250=725 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.55% from 725); Green value is 239 (93.75% from 255 or 32.97% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFFA is #131005. Grayscale: #EFEFEF. Windows color (decimal): -1249286 or 16445420. OLE color: 16445420.

HSL color Cylindrical-coordinate representation of color #ECEFFA: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEFFA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236239250-
CMYK0.060.0400.02
HSL227.14º58.33%95.29%-
HSV(B)227.14º5.6%98.04%-
XYZ82.7186.47102.77-
YUV239.36134.01125.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.55%
GREEN value IS 239 (93.75% from 255) = 32.97%
BLUE value IS 250 (98.05% from 255) = 34.48%
R=32.55%
G=32.97%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362392500.060.0400.02227.1458.3395.29
HexECEFFA6402e33a5f
Octal354357372640234372137
Binary111011001110111111111010110100010111000111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFFA; }

 p { color: rgb(236,239,250); }

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

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

 a { background-color: rgb(236,239,250); }

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

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

 span { border-color: rgb(236,239,250); }

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