Html Css Color HEX #EDFCF5 Mint Cream

📋 copy color: '#EDFCF5'

red 237 ◦ green 252 ◦ blue 245

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

Shades of Mint Cream #EDFCF5

Tints of Mint Cream #EDFCF5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.33%

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

R = 32.29%
G = 34.33%
B = 33.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#EDFCF5 (or 0xEDFCF5) is known color: Mint Cream. HEX triplet: ED, FC and F5. RGB value is (237,252,245). Sum of RGB (Red+Green+Blue) = 237+252+245=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 252 (98.83% from 255 or 34.33% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCF5 is #12030A. Grayscale: #F6F6F6. Windows color (decimal): -1180427 or 16121069. OLE color: 16121069.

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

Color convert

RGB 237 252 245 -
CMYK 0.06 0 0.03 0.01
HSL 152º 0.71% 0.96% -
HSV(B) 152º 0.06% 0.99% -
XYZ 86.22 94.22 100.03 -
YUV 246.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 237 252 245 0.06 0 0.03 0.01 152 0.71 0.96
Hex ED FC F5 6 0 3 1 98 47 60
Octal 355 374 365 6 0 3 1 230 107 140
Binary 11101101 11111100 11110101 110 0 11 1 10011000 1000111 1100000

Color Harmonies of #EDFCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCF5

Black with #EDFCF5

Text Example


Text Example

White with #EDFCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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