Shades of Mint Cream #EDF8F3
Tints of Mint Cream #EDF8F3
RGB
CMYK
RGB Variations
Color information
#EDF8F3 (or 0xEDF8F3) is known color: Mint Cream. HEX triplet: ED, F8 and F3. RGB value is (237,248,243). Sum of RGB (Red+Green+Blue) = 237+248+243=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 248 (97.27% from 255 or 34.07% from 728); Blue value is 243 (95.31% from 255 or 33.38% from 728); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8F3 is #12070C. Grayscale: #F4F4F4. Windows color (decimal): -1181453 or 15988973. OLE color: 15988973.
HSL color Cylindrical-coordinate representation of color #EDF8F3: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF8F3 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 248 | 243 | - |
CMYK | 0.04 | 0 | 0.02 | 0.03 |
HSL | 152.73º | 0.44% | 0.95% | - |
HSV(B) | 152.73º | 0.04% | 0.97% | - |
XYZ | 84.67 | 91.61 | 98.01 | - |
YUV | 244.14 | 127.36 | 122.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 248 | 243 | 0.04 | 0 | 0.02 | 0.03 | 152.73 | 0.44 | 0.95 |
Hex | ED | F8 | F3 | 4 | 0 | 2 | 3 | 99 | 2C | 5F |
Octal | 355 | 370 | 363 | 4 | 0 | 2 | 3 | 231 | 54 | 137 |
Binary | 11101101 | 11111000 | 11110011 | 100 | 0 | 10 | 11 | 10011001 | 101100 | 1011111 |
Color Harmonies of #EDF8F3
Complementary color
Monochromatic Colors of #EDF8F3
Black with #EDF8F3
Text Example
Text Example
White with #EDF8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8F3; }
p { color: rgb(237,248,243); }
H1.HeaderClassName
{
color: #EDF8F3;
}
.AnyTagClassName
{
color: #EDF8F3;
}
</style>
background-color css
<style>
a { background-color: #EDF8F3; }
a { background-color: rgb(237,248,243); }
div.DivClassName
{
background-color: #EDF8F3;
}
.BgClassName
{
background-color: #EDF8F3;
}
</style>
border-color css
<style>
span { border-color: #EDF8F3; }
span { border-color: rgb(237,248,243); }
td.TdClassName
{
border-color: #EDF8F3;
}
.TagClassName
{
border-color: #EDF8F3;
}
</style>