Shades of Blue Romance #DEFED7
Tints of Blue Romance #DEFED7
RGB
CMYK
RGB Variations
Color information
#DEFED7 (or 0xDEFED7) is known color: Blue Romance. HEX triplet: DE, FE and D7. RGB value is (222,254,215). Sum of RGB (Red+Green+Blue) = 222+254+215=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFED7 is #210128. Grayscale: #F0F0F0. Windows color (decimal): -2162985 or 14155486. OLE color: 14155486.
HSL color Cylindrical-coordinate representation of color #DEFED7: hue angle of 109.23º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFED7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 215 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.00 |
| HSL | 109.23º | 0.95% | 0.92% | - |
| HSV(B) | 109.23º | 0.15% | 1% | - |
| XYZ | 77.83 | 91.32 | 77.81 | - |
| YUV | 239.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 215 | 0.13 | 0 | 0.15 | 0.00 | 109.23 | 0.95 | 0.92 |
| Hex | DE | FE | D7 | D | 0 | F | 0 | 6D | 5F | 5C |
| Octal | 336 | 376 | 327 | 15 | 0 | 17 | 0 | 155 | 137 | 134 |
| Binary | 11011110 | 11111110 | 11010111 | 1101 | 0 | 1111 | 0 | 1101101 | 1011111 | 1011100 |
Color Harmonies of #DEFED7
Complementary color
Monochromatic Colors of #DEFED7
Black with #DEFED7
Text Example
Text Example
White with #DEFED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFED7; }
p { color: rgb(222,254,215); }
H1.HeaderClassName
{
color: #DEFED7;
}
.AnyTagClassName
{
color: #DEFED7;
}
</style>
background-color css
<style>
a { background-color: #DEFED7; }
a { background-color: rgb(222,254,215); }
div.DivClassName
{
background-color: #DEFED7;
}
.BgClassName
{
background-color: #DEFED7;
}
</style>
border-color css
<style>
span { border-color: #DEFED7; }
span { border-color: rgb(222,254,215); }
td.TdClassName
{
border-color: #DEFED7;
}
.TagClassName
{
border-color: #DEFED7;
}
</style>