#ECFAF5

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

Shades of Mint Cream #ECFAF5

Tints of Mint Cream #ECFAF5

Color information

#ECFAF5 (or 0xECFAF5) is unknown color: approx Mint Cream. HEX triplet: EC, FA and F5. RGB value is (236,250,245). Sum of RGB (Red+Green+Blue) = 236+250+245=731 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.28% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAF5 is #13050A. Grayscale: #F5F5F5. Windows color (decimal): -1246475 or 16120556. OLE color: 16120556.

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

Color convert

RGB236250245-
CMYK0.0600.020.02
HSL158.57º58.33%95.29%-
HSV(B)158.57º5.6%98.04%-
XYZ85.2692.899.8-
YUV245.24127.86121.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.28%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=32.28%
G=34.20%
B=33.52%

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
Decimal2362502450.0600.020.02158.5758.3395.29
HexECFAF560229f3a5f
Octal354372365602223772137
Binary11101100111110101111010111001010100111111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAF5; }

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

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

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

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

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

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

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

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