Html Css Color HEX #EAFFF8 Mint Cream

📋 copy color: '#EAFFF8'

red 234 ◦ green 255 ◦ blue 248

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

Shades of Mint Cream #EAFFF8

Tints of Mint Cream #EAFFF8

RGB

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

 GREEN value IS 255 (100% from 255) = 34.6%

 BLUE value IS 248 (97.27% from 255) = 33.65%

R = 31.75%
G = 34.6%
B = 33.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#EAFFF8 (or 0xEAFFF8) is known color: Mint Cream. HEX triplet: EA, FF and F8. RGB value is (234,255,248). Sum of RGB (Red+Green+Blue) = 234+255+248=737 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.75% from 737); Green value is 255 (100% from 255 or 34.60% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFFF8 is #150007. Grayscale: #F7F7F7. Windows color (decimal): -1376264 or 16318442. OLE color: 16318442.

HSL color Cylindrical-coordinate representation of color #EAFFF8: hue angle of 160º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFFF8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 248 -
CMYK 0.08 0 0.03 0
HSL 160º 1% 0.96% -
HSV(B) 160º 0.08% 1% -
XYZ 86.63 95.79 102.73 -
YUV 247.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 234 255 248 0.08 0 0.03 0 160 1 0.96
Hex EA FF F8 8 0 3 0 A0 64 60
Octal 352 377 370 10 0 3 0 240 144 140
Binary 11101010 11111111 11111000 1000 0 11 0 10100000 1100100 1100000

Color Harmonies of #EAFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFF8

Black with #EAFFF8

Text Example


Text Example

White with #EAFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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