Shades of Blue Romance #DBEFD5
Tints of Blue Romance #DBEFD5
RGB
CMYK
RGB Variations
Color information
#DBEFD5 (or 0xDBEFD5) is known color: Blue Romance. HEX triplet: DB, EF and D5. RGB value is (219,239,213). Sum of RGB (Red+Green+Blue) = 219+239+213=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD5 is #24102A. Grayscale: #E6E6E6. Windows color (decimal): -2363435 or 14020571. OLE color: 14020571.
HSL color Cylindrical-coordinate representation of color #DBEFD5: hue angle of 106.15º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBEFD5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 213 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.06 |
| HSL | 106.15º | 0.45% | 0.89% | - |
| HSV(B) | 106.15º | 0.11% | 0.94% | - |
| XYZ | 72.09 | 81.6 | 74.9 | - |
| YUV | 230.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 213 | 0.08 | 0 | 0.11 | 0.06 | 106.15 | 0.45 | 0.89 |
| Hex | DB | EF | D5 | 8 | 0 | B | 6 | 6A | 2D | 59 |
| Octal | 333 | 357 | 325 | 10 | 0 | 13 | 6 | 152 | 55 | 131 |
| Binary | 11011011 | 11101111 | 11010101 | 1000 | 0 | 1011 | 110 | 1101010 | 101101 | 1011001 |
Color Harmonies of #DBEFD5
Complementary color
Monochromatic Colors of #DBEFD5
Black with #DBEFD5
Text Example
Text Example
White with #DBEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD5; }
p { color: rgb(219,239,213); }
H1.HeaderClassName
{
color: #DBEFD5;
}
.AnyTagClassName
{
color: #DBEFD5;
}
</style>
background-color css
<style>
a { background-color: #DBEFD5; }
a { background-color: rgb(219,239,213); }
div.DivClassName
{
background-color: #DBEFD5;
}
.BgClassName
{
background-color: #DBEFD5;
}
</style>
border-color css
<style>
span { border-color: #DBEFD5; }
span { border-color: rgb(219,239,213); }
td.TdClassName
{
border-color: #DBEFD5;
}
.TagClassName
{
border-color: #DBEFD5;
}
</style>