Shades of Blue Romance #DBFED5
Tints of Blue Romance #DBFED5
RGB
CMYK
RGB Variations
Color information
#DBFED5 (or 0xDBFED5) is known color: Blue Romance. HEX triplet: DB, FE and D5. RGB value is (219,254,213). Sum of RGB (Red+Green+Blue) = 219+254+213=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED5 is #24012A. Grayscale: #EEEEEE. Windows color (decimal): -2359595 or 14024411. OLE color: 14024411.
HSL color Cylindrical-coordinate representation of color #DBFED5: hue angle of 111.22º 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 #DBFED5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 213 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.00 |
| HSL | 111.22º | 0.95% | 0.92% | - |
| HSV(B) | 111.22º | 0.16% | 1% | - |
| XYZ | 76.67 | 90.75 | 76.43 | - |
| YUV | 238.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 213 | 0.14 | 0 | 0.16 | 0.00 | 111.22 | 0.95 | 0.92 |
| Hex | DB | FE | D5 | E | 0 | 10 | 0 | 6F | 5F | 5C |
| Octal | 333 | 376 | 325 | 16 | 0 | 20 | 0 | 157 | 137 | 134 |
| Binary | 11011011 | 11111110 | 11010101 | 1110 | 0 | 10000 | 0 | 1101111 | 1011111 | 1011100 |
Color Harmonies of #DBFED5
Complementary color
Monochromatic Colors of #DBFED5
Black with #DBFED5
Text Example
Text Example
White with #DBFED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFED5; }
p { color: rgb(219,254,213); }
H1.HeaderClassName
{
color: #DBFED5;
}
.AnyTagClassName
{
color: #DBFED5;
}
</style>
background-color css
<style>
a { background-color: #DBFED5; }
a { background-color: rgb(219,254,213); }
div.DivClassName
{
background-color: #DBFED5;
}
.BgClassName
{
background-color: #DBFED5;
}
</style>
border-color css
<style>
span { border-color: #DBFED5; }
span { border-color: rgb(219,254,213); }
td.TdClassName
{
border-color: #DBFED5;
}
.TagClassName
{
border-color: #DBFED5;
}
</style>