#ECFAF6

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

Shades of Clear Day #ECFAF6

Tints of Clear Day #ECFAF6

Color information

#ECFAF6 (or 0xECFAF6) is unknown color: approx Clear Day. HEX triplet: EC, FA and F6. RGB value is (236,250,246). Sum of RGB (Red+Green+Blue) = 236+250+246=732 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.24% from 732); Green value is 250 (98.05% from 255 or 34.15% from 732); Blue value is 246 (96.48% from 255 or 33.61% from 732); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF6 is #130509. Grayscale: #F5F5F5. Windows color (decimal): -1246474 or 16186092. OLE color: 16186092.

HSL color Cylindrical-coordinate representation of color #ECFAF6: hue angle of 162.86º 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 #ECFAF6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB236250246-
CMYK0.0600.020.02
HSL162.86º58.33%95.29%-
HSV(B)162.86º5.6%98.04%-
XYZ85.4192.86100.61-
YUV245.36128.36121.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.24%
GREEN value IS 250 (98.05% from 255) = 34.15%
BLUE value IS 246 (96.48% from 255) = 33.61%
R=32.24%
G=34.15%
B=33.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502460.0600.020.02162.8658.3395.29
HexECFAF66022a33a5f
Octal354372366602224372137
Binary11101100111110101111011011001010101000111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAF6; }

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

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

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

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

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

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

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

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