Html Css Color HEX #EAF8F2 Mint Cream

📋 copy color: '#EAF8F2'

red 234 ◦ green 248 ◦ blue 242

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

Shades of Mint Cream #EAF8F2

Tints of Mint Cream #EAF8F2

RGB

 RED value IS 234 (91.8% from 255) = 32.32%

 GREEN value IS 248 (97.27% from 255) = 34.25%

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

R = 32.32%
G = 34.25%
B = 33.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#EAF8F2 (or 0xEAF8F2) is known color: Mint Cream. HEX triplet: EA, F8 and F2. RGB value is (234,248,242). Sum of RGB (Red+Green+Blue) = 234+248+242=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F2 is #15070D. Grayscale: #F3F3F3. Windows color (decimal): -1378062 or 15923434. OLE color: 15923434.

HSL color Cylindrical-coordinate representation of color #EAF8F2: hue angle of 154.29º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8F2 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 242 -
CMYK 0.06 0 0.02 0.03
HSL 154.29º 0.5% 0.95% -
HSV(B) 154.29º 0.06% 0.97% -
XYZ 83.53 91.04 97.17 -
YUV 243.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 234 248 242 0.06 0 0.02 0.03 154.29 0.5 0.95
Hex EA F8 F2 6 0 2 3 9A 32 5F
Octal 352 370 362 6 0 2 3 232 62 137
Binary 11101010 11111000 11110010 110 0 10 11 10011010 110010 1011111

Color Harmonies of #EAF8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF8F2

Black with #EAF8F2

Text Example


Text Example

White with #EAF8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF8F2; }

 p { color: rgb(234,248,242); }

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

background-color css

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

 a { background-color: rgb(234,248,242); }

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

border-color css

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

 span { border-color: rgb(234,248,242); }

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