Html Css Color HEX #EBFBF2 Mint Cream

📋 copy color: '#EBFBF2'

red 235 ◦ green 251 ◦ blue 242

#EBFBF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Cream #EBFBF2

Tints of Mint Cream #EBFBF2

RGB

 RED value IS 235 (92.19% from 255) = 32.28%

 GREEN value IS 251 (98.44% from 255) = 34.48%

 BLUE value IS 242 (94.92% from 255) = 33.24%

R = 32.28%
G = 34.48%
B = 33.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#EBFBF2 (or 0xEBFBF2) is known color: Mint Cream. HEX triplet: EB, FB and F2. RGB value is (235,251,242). Sum of RGB (Red+Green+Blue) = 235+251+242=728 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.28% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBF2 is #14040D. Grayscale: #F5F5F5. Windows color (decimal): -1311758 or 15924203. OLE color: 15924203.

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

Color convert

RGB 235 251 242 -
CMYK 0.06 0 0.04 0.02
HSL 146.25º 0.67% 0.95% -
HSV(B) 146.25º 0.06% 0.98% -
XYZ 84.79 93.07 97.5 -
YUV 245.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 235 251 242 0.06 0 0.04 0.02 146.25 0.67 0.95
Hex EB FB F2 6 0 4 2 92 43 5F
Octal 353 373 362 6 0 4 2 222 103 137
Binary 11101011 11111011 11110010 110 0 100 10 10010010 1000011 1011111

Color Harmonies of #EBFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFBF2

Black with #EBFBF2

Text Example


Text Example

White with #EBFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFBF2; }

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

 H1.HeaderClassName
 {
   color: #EBFBF2;
 }
 .AnyTagClassName
 {
   color: #EBFBF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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