Shades of Blue Romance #E0FDD9
Tints of Blue Romance #E0FDD9
RGB
CMYK
RGB Variations
Color information
#E0FDD9 (or 0xE0FDD9) is known color: Blue Romance. HEX triplet: E0, FD and D9. RGB value is (224,253,217). Sum of RGB (Red+Green+Blue) = 224+253+217=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 217 (85.16% from 255 or 31.27% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FDD9 is #1F0226. Grayscale: #F0F0F0. Windows color (decimal): -2032167 or 14286304. OLE color: 14286304.
HSL color Cylindrical-coordinate representation of color #E0FDD9: hue angle of 108.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0FDD9 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 253 | 217 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.01 |
| HSL | 108.33º | 0.9% | 0.92% | - |
| HSV(B) | 108.33º | 0.14% | 0.99% | - |
| XYZ | 78.39 | 91.11 | 79.1 | - |
| YUV | 240.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 217 | 0.11 | 0 | 0.14 | 0.01 | 108.33 | 0.9 | 0.92 |
| Hex | E0 | FD | D9 | B | 0 | E | 1 | 6C | 5A | 5C |
| Octal | 340 | 375 | 331 | 13 | 0 | 16 | 1 | 154 | 132 | 134 |
| Binary | 11100000 | 11111101 | 11011001 | 1011 | 0 | 1110 | 1 | 1101100 | 1011010 | 1011100 |
Color Harmonies of #E0FDD9
Complementary color
Monochromatic Colors of #E0FDD9
Black with #E0FDD9
Text Example
Text Example
White with #E0FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FDD9; }
p { color: rgb(224,253,217); }
H1.HeaderClassName
{
color: #E0FDD9;
}
.AnyTagClassName
{
color: #E0FDD9;
}
</style>
background-color css
<style>
a { background-color: #E0FDD9; }
a { background-color: rgb(224,253,217); }
div.DivClassName
{
background-color: #E0FDD9;
}
.BgClassName
{
background-color: #E0FDD9;
}
</style>
border-color css
<style>
span { border-color: #E0FDD9; }
span { border-color: rgb(224,253,217); }
td.TdClassName
{
border-color: #E0FDD9;
}
.TagClassName
{
border-color: #E0FDD9;
}
</style>