Shades of Blue Romance #E0F9DA
Tints of Blue Romance #E0F9DA
RGB
CMYK
RGB Variations
Color information
#E0F9DA (or 0xE0F9DA) is known color: Blue Romance. HEX triplet: E0, F9 and DA. RGB value is (224,249,218). Sum of RGB (Red+Green+Blue) = 224+249+218=691 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.42% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F9DA is #1F0625. Grayscale: #EEEEEE. Windows color (decimal): -2033190 or 14350816. OLE color: 14350816.
HSL color Cylindrical-coordinate representation of color #E0F9DA: hue angle of 108.39º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0F9DA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 249 | 218 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.02 |
| HSL | 108.39º | 0.72% | 0.92% | - |
| HSV(B) | 108.39º | 0.12% | 0.98% | - |
| XYZ | 77.27 | 88.66 | 79.37 | - |
| YUV | 237.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 249 | 218 | 0.10 | 0 | 0.12 | 0.02 | 108.39 | 0.72 | 0.92 |
| Hex | E0 | F9 | DA | A | 0 | C | 2 | 6C | 48 | 5C |
| Octal | 340 | 371 | 332 | 12 | 0 | 14 | 2 | 154 | 110 | 134 |
| Binary | 11100000 | 11111001 | 11011010 | 1010 | 0 | 1100 | 10 | 1101100 | 1001000 | 1011100 |
Color Harmonies of #E0F9DA
Complementary color
Monochromatic Colors of #E0F9DA
Black with #E0F9DA
Text Example
Text Example
White with #E0F9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F9DA; }
p { color: rgb(224,249,218); }
H1.HeaderClassName
{
color: #E0F9DA;
}
.AnyTagClassName
{
color: #E0F9DA;
}
</style>
background-color css
<style>
a { background-color: #E0F9DA; }
a { background-color: rgb(224,249,218); }
div.DivClassName
{
background-color: #E0F9DA;
}
.BgClassName
{
background-color: #E0F9DA;
}
</style>
border-color css
<style>
span { border-color: #E0F9DA; }
span { border-color: rgb(224,249,218); }
td.TdClassName
{
border-color: #E0F9DA;
}
.TagClassName
{
border-color: #E0F9DA;
}
</style>