#EBFAF2

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

Shades of Mint Cream #EBFAF2

Tints of Mint Cream #EBFAF2

Color information

#EBFAF2 (or 0xEBFAF2) is unknown color: approx Mint Cream. HEX triplet: EB, FA and F2. RGB value is (235,250,242). Sum of RGB (Red+Green+Blue) = 235+250+242=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAF2 is #14050D. Grayscale: #F4F4F4. Windows color (decimal): -1312014 or 15923947. OLE color: 15923947.

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

Color convert

RGB235250242-
CMYK0.0600.030.02
HSL148º60%95.1%-
HSV(B)148º6%98.04%-
XYZ84.4792.4497.4-
YUV244.6126.53121.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.32%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 242 (94.92% from 255) = 33.29%
R=32.32%
G=34.39%
B=33.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502420.0600.030.021486095.1
HexEBFAF26032943c5f
Octal353372362603222474137
Binary11101011111110101111001011001110100101001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAF2; }

 p { color: rgb(235,250,242); }

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

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

 a { background-color: rgb(235,250,242); }

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

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

 span { border-color: rgb(235,250,242); }

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