Shades of Blue Romance #D5FED0
Tints of Blue Romance #D5FED0
RGB
CMYK
RGB Variations
Color information
#D5FED0 (or 0xD5FED0) is known color: Blue Romance. HEX triplet: D5, FE and D0. RGB value is (213,254,208). Sum of RGB (Red+Green+Blue) = 213+254+208=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FED0 is #2A012F. Grayscale: #ECECEC. Windows color (decimal): -2752816 or 13696725. OLE color: 13696725.
HSL color Cylindrical-coordinate representation of color #D5FED0: hue angle of 113.48º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5FED0 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 208 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.00 |
| HSL | 113.48º | 0.96% | 0.91% | - |
| HSV(B) | 113.48º | 0.18% | 1% | - |
| XYZ | 74.27 | 89.58 | 73.05 | - |
| YUV | 236.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 208 | 0.16 | 0 | 0.18 | 0.00 | 113.48 | 0.96 | 0.91 |
| Hex | D5 | FE | D0 | 10 | 0 | 12 | 0 | 71 | 60 | 5B |
| Octal | 325 | 376 | 320 | 20 | 0 | 22 | 0 | 161 | 140 | 133 |
| Binary | 11010101 | 11111110 | 11010000 | 10000 | 0 | 10010 | 0 | 1110001 | 1100000 | 1011011 |
Color Harmonies of #D5FED0
Complementary color
Monochromatic Colors of #D5FED0
Black with #D5FED0
Text Example
Text Example
White with #D5FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FED0; }
p { color: rgb(213,254,208); }
H1.HeaderClassName
{
color: #D5FED0;
}
.AnyTagClassName
{
color: #D5FED0;
}
</style>
background-color css
<style>
a { background-color: #D5FED0; }
a { background-color: rgb(213,254,208); }
div.DivClassName
{
background-color: #D5FED0;
}
.BgClassName
{
background-color: #D5FED0;
}
</style>
border-color css
<style>
span { border-color: #D5FED0; }
span { border-color: rgb(213,254,208); }
td.TdClassName
{
border-color: #D5FED0;
}
.TagClassName
{
border-color: #D5FED0;
}
</style>