Shades of Mint Cream #EDFDF5
Tints of Mint Cream #EDFDF5
RGB
CMYK
RGB Variations
Color information
#EDFDF5 (or 0xEDFDF5) is known color: Mint Cream. HEX triplet: ED, FD and F5. RGB value is (237,253,245). Sum of RGB (Red+Green+Blue) = 237+253+245=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 253 (99.22% from 255 or 34.42% from 735); Blue value is 245 (96.09% from 255 or 33.33% from 735); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF5 is #12020A. Grayscale: #F7F7F7. Windows color (decimal): -1180171 or 16121325. OLE color: 16121325.
HSL color Cylindrical-coordinate representation of color #EDFDF5: hue angle of 150º degrees, saturation: 0.8, 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 #EDFDF5 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 245 | - |
CMYK | 0.06 | 0 | 0.03 | 0.01 |
HSL | 150º | 0.8% | 0.96% | - |
HSV(B) | 150º | 0.06% | 0.99% | - |
XYZ | 86.53 | 94.85 | 100.13 | - |
YUV | 247.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 245 | 0.06 | 0 | 0.03 | 0.01 | 150 | 0.8 | 0.96 |
Hex | ED | FD | F5 | 6 | 0 | 3 | 1 | 96 | 50 | 60 |
Octal | 355 | 375 | 365 | 6 | 0 | 3 | 1 | 226 | 120 | 140 |
Binary | 11101101 | 11111101 | 11110101 | 110 | 0 | 11 | 1 | 10010110 | 1010000 | 1100000 |
Color Harmonies of #EDFDF5
Complementary color
Monochromatic Colors of #EDFDF5
Black with #EDFDF5
Text Example
Text Example
White with #EDFDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDF5; }
p { color: rgb(237,253,245); }
H1.HeaderClassName
{
color: #EDFDF5;
}
.AnyTagClassName
{
color: #EDFDF5;
}
</style>
background-color css
<style>
a { background-color: #EDFDF5; }
a { background-color: rgb(237,253,245); }
div.DivClassName
{
background-color: #EDFDF5;
}
.BgClassName
{
background-color: #EDFDF5;
}
</style>
border-color css
<style>
span { border-color: #EDFDF5; }
span { border-color: rgb(237,253,245); }
td.TdClassName
{
border-color: #EDFDF5;
}
.TagClassName
{
border-color: #EDFDF5;
}
</style>