Shades of Blue Romance #DBEFD6
Tints of Blue Romance #DBEFD6
RGB
CMYK
RGB Variations
Color information
#DBEFD6 (or 0xDBEFD6) is known color: Blue Romance. HEX triplet: DB, EF and D6. RGB value is (219,239,214). Sum of RGB (Red+Green+Blue) = 219+239+214=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFD6 is #241029. Grayscale: #E6E6E6. Windows color (decimal): -2363434 or 14086107. OLE color: 14086107.
HSL color Cylindrical-coordinate representation of color #DBEFD6: hue angle of 108º degrees, saturation: 0.44, 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 #DBEFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 214 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.06 |
| HSL | 108º | 0.44% | 0.89% | - |
| HSV(B) | 108º | 0.1% | 0.94% | - |
| XYZ | 72.22 | 81.65 | 75.57 | - |
| YUV | 230.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 214 | 0.08 | 0 | 0.10 | 0.06 | 108 | 0.44 | 0.89 |
| Hex | DB | EF | D6 | 8 | 0 | A | 6 | 6C | 2C | 59 |
| Octal | 333 | 357 | 326 | 10 | 0 | 12 | 6 | 154 | 54 | 131 |
| Binary | 11011011 | 11101111 | 11010110 | 1000 | 0 | 1010 | 110 | 1101100 | 101100 | 1011001 |
Color Harmonies of #DBEFD6
Complementary color
Monochromatic Colors of #DBEFD6
Black with #DBEFD6
Text Example
Text Example
White with #DBEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFD6; }
p { color: rgb(219,239,214); }
H1.HeaderClassName
{
color: #DBEFD6;
}
.AnyTagClassName
{
color: #DBEFD6;
}
</style>
background-color css
<style>
a { background-color: #DBEFD6; }
a { background-color: rgb(219,239,214); }
div.DivClassName
{
background-color: #DBEFD6;
}
.BgClassName
{
background-color: #DBEFD6;
}
</style>
border-color css
<style>
span { border-color: #DBEFD6; }
span { border-color: rgb(219,239,214); }
td.TdClassName
{
border-color: #DBEFD6;
}
.TagClassName
{
border-color: #DBEFD6;
}
</style>