Html Css Color HEX #EDFBF6 Mint Cream

📋 copy color: '#EDFBF6'

red 237 ◦ green 251 ◦ blue 246

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

Shades of Mint Cream #EDFBF6

Tints of Mint Cream #EDFBF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 33.51%

R = 32.29%
G = 34.2%
B = 33.51%

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

#EDFBF6 (or 0xEDFBF6) is known color: Mint Cream. HEX triplet: ED, FB and F6. RGB value is (237,251,246). Sum of RGB (Red+Green+Blue) = 237+251+246=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 246 (96.48% from 255 or 33.51% from 734); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFBF6 is #120409. Grayscale: #F6F6F6. Windows color (decimal): -1180682 or 16186349. OLE color: 16186349.

HSL color Cylindrical-coordinate representation of color #EDFBF6: hue angle of 158.57º 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 #EDFBF6 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 246 -
CMYK 0.06 0 0.02 0.02
HSL 158.57º 0.64% 0.96% -
HSV(B) 158.57º 0.06% 0.98% -
XYZ 86.06 93.65 100.73 -
YUV 246.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 237 251 246 0.06 0 0.02 0.02 158.57 0.64 0.96
Hex ED FB F6 6 0 2 2 9F 40 60
Octal 355 373 366 6 0 2 2 237 100 140
Binary 11101101 11111011 11110110 110 0 10 10 10011111 1000000 1100000

Color Harmonies of #EDFBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFBF6

Black with #EDFBF6

Text Example


Text Example

White with #EDFBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFBF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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