Shades of Cosmic Latte #E2F5E7
Tints of Cosmic Latte #E2F5E7
RGB
CMYK
RGB Variations
Color information
#E2F5E7 (or 0xE2F5E7) is known color: Cosmic Latte. HEX triplet: E2, F5 and E7. RGB value is (226,245,231). Sum of RGB (Red+Green+Blue) = 226+245+231=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F5E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F5E7 is #1D0A18. Grayscale: #EDEDED. Windows color (decimal): -1903129 or 15201762. OLE color: 15201762.
HSL color Cylindrical-coordinate representation of color #E2F5E7: hue angle of 135.79º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2F5E7 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 226 | 245 | 231 | - |
CMYK | 0.08 | 0 | 0.06 | 0.04 |
HSL | 135.79º | 0.49% | 0.92% | - |
HSV(B) | 135.79º | 0.08% | 0.96% | - |
XYZ | 78.44 | 87.24 | 88.31 | - |
YUV | 237.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 245 | 231 | 0.08 | 0 | 0.06 | 0.04 | 135.79 | 0.49 | 0.92 |
Hex | E2 | F5 | E7 | 8 | 0 | 6 | 4 | 88 | 31 | 5C |
Octal | 342 | 365 | 347 | 10 | 0 | 6 | 4 | 210 | 61 | 134 |
Binary | 11100010 | 11110101 | 11100111 | 1000 | 0 | 110 | 100 | 10001000 | 110001 | 1011100 |
Color Harmonies of #E2F5E7
Complementary color
Monochromatic Colors of #E2F5E7
Black with #E2F5E7
Text Example
Text Example
White with #E2F5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F5E7; }
p { color: rgb(226,245,231); }
H1.HeaderClassName
{
color: #E2F5E7;
}
.AnyTagClassName
{
color: #E2F5E7;
}
</style>
background-color css
<style>
a { background-color: #E2F5E7; }
a { background-color: rgb(226,245,231); }
div.DivClassName
{
background-color: #E2F5E7;
}
.BgClassName
{
background-color: #E2F5E7;
}
</style>
border-color css
<style>
span { border-color: #E2F5E7; }
span { border-color: rgb(226,245,231); }
td.TdClassName
{
border-color: #E2F5E7;
}
.TagClassName
{
border-color: #E2F5E7;
}
</style>