Shades of Cosmic Latte #E2F3E6
Tints of Cosmic Latte #E2F3E6
RGB
CMYK
RGB Variations
Color information
#E2F3E6 (or 0xE2F3E6) is known color: Cosmic Latte. HEX triplet: E2, F3 and E6. RGB value is (226,243,230). Sum of RGB (Red+Green+Blue) = 226+243+230=699 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.33% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 230 (90.23% from 255 or 32.90% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F3E6 is #1D0C19. Grayscale: #ECECEC. Windows color (decimal): -1903642 or 15135714. OLE color: 15135714.
HSL color Cylindrical-coordinate representation of color #E2F3E6: hue angle of 134.12º degrees, saturation: 0.41, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E2F3E6 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 226 | 243 | 230 | - |
CMYK | 0.07 | 0 | 0.05 | 0.05 |
HSL | 134.12º | 0.41% | 0.92% | - |
HSV(B) | 134.12º | 0.07% | 0.95% | - |
XYZ | 77.7 | 85.98 | 87.36 | - |
YUV | 236.44 | 124.37 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 243 | 230 | 0.07 | 0 | 0.05 | 0.05 | 134.12 | 0.41 | 0.92 |
Hex | E2 | F3 | E6 | 7 | 0 | 5 | 5 | 86 | 29 | 5C |
Octal | 342 | 363 | 346 | 7 | 0 | 5 | 5 | 206 | 51 | 134 |
Binary | 11100010 | 11110011 | 11100110 | 111 | 0 | 101 | 101 | 10000110 | 101001 | 1011100 |
Color Harmonies of #E2F3E6
Complementary color
Monochromatic Colors of #E2F3E6
Black with #E2F3E6
Text Example
Text Example
White with #E2F3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F3E6; }
p { color: rgb(226,243,230); }
H1.HeaderClassName
{
color: #E2F3E6;
}
.AnyTagClassName
{
color: #E2F3E6;
}
</style>
background-color css
<style>
a { background-color: #E2F3E6; }
a { background-color: rgb(226,243,230); }
div.DivClassName
{
background-color: #E2F3E6;
}
.BgClassName
{
background-color: #E2F3E6;
}
</style>
border-color css
<style>
span { border-color: #E2F3E6; }
span { border-color: rgb(226,243,230); }
td.TdClassName
{
border-color: #E2F3E6;
}
.TagClassName
{
border-color: #E2F3E6;
}
</style>