Shades of Light Cyan #E2FDF8
Tints of Light Cyan #E2FDF8
RGB
CMYK
RGB Variations
Color information
#E2FDF8 (or 0xE2FDF8) is known color: Light Cyan. HEX triplet: E2, FD and F8. RGB value is (226,253,248). Sum of RGB (Red+Green+Blue) = 226+253+248=727 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.09% from 727); Green value is 253 (99.22% from 255 or 34.80% from 727); Blue value is 248 (97.27% from 255 or 34.11% from 727); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FDF8 is #1D0207. Grayscale: #F4F4F4. Windows color (decimal): -1901064 or 16317922. OLE color: 16317922.
HSL color Cylindrical-coordinate representation of color #E2FDF8: hue angle of 168.89º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FDF8 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 248 | - |
CMYK | 0.11 | 0 | 0.02 | 0.01 |
HSL | 168.89º | 0.87% | 0.94% | - |
HSV(B) | 168.89º | 0.11% | 0.99% | - |
XYZ | 83.43 | 93.2 | 102.4 | - |
YUV | 244.36 | 130.05 | 114.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 248 | 0.11 | 0 | 0.02 | 0.01 | 168.89 | 0.87 | 0.94 |
Hex | E2 | FD | F8 | B | 0 | 2 | 1 | A9 | 57 | 5E |
Octal | 342 | 375 | 370 | 13 | 0 | 2 | 1 | 251 | 127 | 136 |
Binary | 11100010 | 11111101 | 11111000 | 1011 | 0 | 10 | 1 | 10101001 | 1010111 | 1011110 |
Color Harmonies of #E2FDF8
Complementary color
Monochromatic Colors of #E2FDF8
Black with #E2FDF8
Text Example
Text Example
White with #E2FDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDF8; }
p { color: rgb(226,253,248); }
H1.HeaderClassName
{
color: #E2FDF8;
}
.AnyTagClassName
{
color: #E2FDF8;
}
</style>
background-color css
<style>
a { background-color: #E2FDF8; }
a { background-color: rgb(226,253,248); }
div.DivClassName
{
background-color: #E2FDF8;
}
.BgClassName
{
background-color: #E2FDF8;
}
</style>
border-color css
<style>
span { border-color: #E2FDF8; }
span { border-color: rgb(226,253,248); }
td.TdClassName
{
border-color: #E2FDF8;
}
.TagClassName
{
border-color: #E2FDF8;
}
</style>