#EBFBF6

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

Shades of Mint Cream #EBFBF6

Tints of Mint Cream #EBFBF6

Color information

#EBFBF6 (or 0xEBFBF6) is unknown color: approx Mint Cream. HEX triplet: EB, FB and F6. RGB value is (235,251,246). Sum of RGB (Red+Green+Blue) = 235+251+246=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 251 (98.44% from 255 or 34.29% from 732); Blue value is 246 (96.48% from 255 or 33.61% from 732); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBF6 is #140409. Grayscale: #F5F5F5. Windows color (decimal): -1311754 or 16186347. OLE color: 16186347.

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

Color convert

RGB235251246-
CMYK0.0600.020.02
HSL161.25º66.67%95.29%-
HSV(B)161.25º6.37%98.43%-
XYZ85.3993.31100.7-
YUV245.65128.2120.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 251 (98.44% from 255) = 34.29%
BLUE value IS 246 (96.48% from 255) = 33.61%
R=32.10%
G=34.29%
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
Decimal2352512460.0600.020.02161.2566.6795.29
HexEBFBF66022a1435f
Octal3533733666022241103137
Binary111010111111101111110110110010101010000110000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBF6; }

 p { color: rgb(235,251,246); }

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

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

 a { background-color: rgb(235,251,246); }

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

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

 span { border-color: rgb(235,251,246); }

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