#EBFAF4

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

Shades of Mint Cream #EBFAF4

Tints of Mint Cream #EBFAF4

Color information

#EBFAF4 (or 0xEBFAF4) is unknown color: approx Mint Cream. HEX triplet: EB, FA and F4. RGB value is (235,250,244). Sum of RGB (Red+Green+Blue) = 235+250+244=729 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.24% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 244 (95.70% from 255 or 33.47% from 729); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAF4 is #14050B. Grayscale: #F4F4F4. Windows color (decimal): -1312012 or 16055019. OLE color: 16055019.

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

Color convert

RGB235250244-
CMYK0.0600.020.02
HSL156º60%95.1%-
HSV(B)156º6%98.04%-
XYZ84.7892.5798.99-
YUV244.83127.53120.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.24%
GREEN value IS 250 (98.05% from 255) = 34.29%
BLUE value IS 244 (95.70% from 255) = 33.47%
R=32.24%
G=34.29%
B=33.47%

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
Decimal2352502440.0600.020.021566095.1
HexEBFAF460229c3c5f
Octal353372364602223474137
Binary11101011111110101111010011001010100111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAF4; }

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

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

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

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

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

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

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

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