Html Css Color HEX #EDFBF5 Mint Cream

📋 copy color: '#EDFBF5'

red 237 ◦ green 251 ◦ blue 245

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

Shades of Mint Cream #EDFBF5

Tints of Mint Cream #EDFBF5

RGB

 RED value IS 237 (92.97% from 255) = 32.33%

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

 BLUE value IS 245 (96.09% from 255) = 33.42%

R = 32.33%
G = 34.24%
B = 33.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#EDFBF5 (or 0xEDFBF5) is known color: Mint Cream. HEX triplet: ED, FB and F5. RGB value is (237,251,245). Sum of RGB (Red+Green+Blue) = 237+251+245=733 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.33% from 733); Green value is 251 (98.44% from 255 or 34.24% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBF5 is #12040A. Grayscale: #F6F6F6. Windows color (decimal): -1180683 or 16120813. OLE color: 16120813.

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

Color convert

RGB 237 251 245 -
CMYK 0.06 0 0.02 0.02
HSL 154.29º 0.64% 0.96% -
HSV(B) 154.29º 0.06% 0.98% -
XYZ 85.9 93.59 99.92 -
YUV 246.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 237 251 245 0.06 0 0.02 0.02 154.29 0.64 0.96
Hex ED FB F5 6 0 2 2 9A 40 60
Octal 355 373 365 6 0 2 2 232 100 140
Binary 11101101 11111011 11110101 110 0 10 10 10011010 1000000 1100000

Color Harmonies of #EDFBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBF5

Black with #EDFBF5

Text Example


Text Example

White with #EDFBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBF5; }

 p { color: rgb(237,251,245); }

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

background-color css

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

 a { background-color: rgb(237,251,245); }

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

border-color css

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

 span { border-color: rgb(237,251,245); }

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