Shades of Frosted Mint #E6F3E7
Tints of Frosted Mint #E6F3E7
RGB
CMYK
RGB Variations
Color information
#E6F3E7 (or 0xE6F3E7) is known color: Frosted Mint. HEX triplet: E6, F3 and E7. RGB value is (230,243,231). Sum of RGB (Red+Green+Blue) = 230+243+231=704 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.67% from 704); Green value is 243 (95.31% from 255 or 34.52% from 704); Blue value is 231 (90.62% from 255 or 32.81% from 704); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F3E7 is #190C18. Grayscale: #EDEDED. Windows color (decimal): -1641497 or 15201254. OLE color: 15201254.
HSL color Cylindrical-coordinate representation of color #E6F3E7: hue angle of 124.62º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F3E7 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 243 | 231 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.05 |
| HSL | 124.62º | 0.35% | 0.93% | - |
| HSV(B) | 124.62º | 0.05% | 0.95% | - |
| XYZ | 79.11 | 86.69 | 88.17 | - |
| YUV | 237.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 243 | 231 | 0.05 | 0 | 0.05 | 0.05 | 124.62 | 0.35 | 0.93 |
| Hex | E6 | F3 | E7 | 5 | 0 | 5 | 5 | 7D | 23 | 5D |
| Octal | 346 | 363 | 347 | 5 | 0 | 5 | 5 | 175 | 43 | 135 |
| Binary | 11100110 | 11110011 | 11100111 | 101 | 0 | 101 | 101 | 1111101 | 100011 | 1011101 |
Color Harmonies of #E6F3E7
Complementary color
Monochromatic Colors of #E6F3E7
Black with #E6F3E7
Text Example
Text Example
White with #E6F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F3E7; }
p { color: rgb(230,243,231); }
H1.HeaderClassName
{
color: #E6F3E7;
}
.AnyTagClassName
{
color: #E6F3E7;
}
</style>
background-color css
<style>
a { background-color: #E6F3E7; }
a { background-color: rgb(230,243,231); }
div.DivClassName
{
background-color: #E6F3E7;
}
.BgClassName
{
background-color: #E6F3E7;
}
</style>
border-color css
<style>
span { border-color: #E6F3E7; }
span { border-color: rgb(230,243,231); }
td.TdClassName
{
border-color: #E6F3E7;
}
.TagClassName
{
border-color: #E6F3E7;
}
</style>