Html Css Color HEX #EBFAF2 Mint Cream

📋 copy color: '#EBFAF2'

red 235 ◦ green 250 ◦ blue 242

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

Shades of Mint Cream #EBFAF2

Tints of Mint Cream #EBFAF2

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 value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#EBFAF2 (or 0xEBFAF2) is known color: 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

RGB 235 250 242 -
CMYK 0.06 0 0.03 0.02
HSL 148º 0.6% 0.95% -
HSV(B) 148º 0.06% 0.98% -
XYZ 84.47 92.44 97.4 -
YUV 244.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 235 250 242 0.06 0 0.03 0.02 148 0.6 0.95
Hex EB FA F2 6 0 3 2 94 3C 5F
Octal 353 372 362 6 0 3 2 224 74 137
Binary 11101011 11111010 11110010 110 0 11 10 10010100 111100 1011111

Color Harmonies of #EBFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAF2

Black with #EBFAF2

Text Example


Text Example

White with #EBFAF2

Text Example


Text Example

HTML Codes & Css Web 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>