Shades of Blue Romance #DBEFD7
Tints of Blue Romance #DBEFD7
RGB
CMYK
RGB Variations
Color information
#DBEFD7 (or 0xDBEFD7) is known color: Blue Romance. HEX triplet: DB, EF and D7. RGB value is (219,239,215). Sum of RGB (Red+Green+Blue) = 219+239+215=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD7 is #241028. Grayscale: #E6E6E6. Windows color (decimal): -2363433 or 14151643. OLE color: 14151643.
HSL color Cylindrical-coordinate representation of color #DBEFD7: hue angle of 110º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEFD7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 215 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 110º | 0.43% | 0.89% | - |
| HSV(B) | 110º | 0.1% | 0.94% | - |
| XYZ | 72.35 | 81.7 | 76.25 | - |
| YUV | 230.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 215 | 0.08 | 0 | 0.10 | 0.06 | 110 | 0.43 | 0.89 |
| Hex | DB | EF | D7 | 8 | 0 | A | 6 | 6E | 2B | 59 |
| Octal | 333 | 357 | 327 | 10 | 0 | 12 | 6 | 156 | 53 | 131 |
| Binary | 11011011 | 11101111 | 11010111 | 1000 | 0 | 1010 | 110 | 1101110 | 101011 | 1011001 |
Color Harmonies of #DBEFD7
Complementary color
Monochromatic Colors of #DBEFD7
Black with #DBEFD7
Text Example
Text Example
White with #DBEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD7; }
p { color: rgb(219,239,215); }
H1.HeaderClassName
{
color: #DBEFD7;
}
.AnyTagClassName
{
color: #DBEFD7;
}
</style>
background-color css
<style>
a { background-color: #DBEFD7; }
a { background-color: rgb(219,239,215); }
div.DivClassName
{
background-color: #DBEFD7;
}
.BgClassName
{
background-color: #DBEFD7;
}
</style>
border-color css
<style>
span { border-color: #DBEFD7; }
span { border-color: rgb(219,239,215); }
td.TdClassName
{
border-color: #DBEFD7;
}
.TagClassName
{
border-color: #DBEFD7;
}
</style>