Shades of Blue Romance #DEFED5
Tints of Blue Romance #DEFED5
RGB
CMYK
RGB Variations
Color information
#DEFED5 (or 0xDEFED5) is known color: Blue Romance. HEX triplet: DE, FE and D5. RGB value is (222,254,213). Sum of RGB (Red+Green+Blue) = 222+254+213=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 213 (83.59% from 255 or 30.91% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFED5 is #21012A. Grayscale: #EFEFEF. Windows color (decimal): -2162987 or 14024414. OLE color: 14024414.
HSL color Cylindrical-coordinate representation of color #DEFED5: hue angle of 106.83º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEFED5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 213 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.00 |
| HSL | 106.83º | 0.95% | 0.92% | - |
| HSV(B) | 106.83º | 0.16% | 1% | - |
| XYZ | 77.58 | 91.22 | 76.47 | - |
| YUV | 239.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 213 | 0.13 | 0 | 0.16 | 0.00 | 106.83 | 0.95 | 0.92 |
| Hex | DE | FE | D5 | D | 0 | 10 | 0 | 6B | 5F | 5C |
| Octal | 336 | 376 | 325 | 15 | 0 | 20 | 0 | 153 | 137 | 134 |
| Binary | 11011110 | 11111110 | 11010101 | 1101 | 0 | 10000 | 0 | 1101011 | 1011111 | 1011100 |
Color Harmonies of #DEFED5
Complementary color
Monochromatic Colors of #DEFED5
Black with #DEFED5
Text Example
Text Example
White with #DEFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFED5; }
p { color: rgb(222,254,213); }
H1.HeaderClassName
{
color: #DEFED5;
}
.AnyTagClassName
{
color: #DEFED5;
}
</style>
background-color css
<style>
a { background-color: #DEFED5; }
a { background-color: rgb(222,254,213); }
div.DivClassName
{
background-color: #DEFED5;
}
.BgClassName
{
background-color: #DEFED5;
}
</style>
border-color css
<style>
span { border-color: #DEFED5; }
span { border-color: rgb(222,254,213); }
td.TdClassName
{
border-color: #DEFED5;
}
.TagClassName
{
border-color: #DEFED5;
}
</style>