#ECEFF0

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

Shades of Alice Blue #ECEFF0

Tints of Alice Blue #ECEFF0

Color information

#ECEFF0 (or 0xECEFF0) is unknown color: approx Alice Blue. HEX triplet: EC, EF and F0. RGB value is (236,239,240). Sum of RGB (Red+Green+Blue) = 236+239+240=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFF0 is #13100F. Grayscale: #EEEEEE. Windows color (decimal): -1249296 or 15790060. OLE color: 15790060.

HSL color Cylindrical-coordinate representation of color #ECEFF0: hue angle of 195º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ECEFF0 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236239240-
CMYK0.020.0000.06
HSL195º11.76%93.33%-
HSV(B)195º1.67%94.12%-
XYZ81.1985.8694.73-
YUV238.22129.01126.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.01%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 240 (94.14% from 255) = 33.57%
R=33.01%
G=33.43%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392400.020.0000.0619511.7693.33
HexECEFF02006c3c5d
Octal354357360200630314135
Binary11101100111011111111000010001101100001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFF0; }

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

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

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

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

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

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

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

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