Shades of Blue Romance #DBF6D7
Tints of Blue Romance #DBF6D7
RGB
CMYK
RGB Variations
Color information
#DBF6D7 (or 0xDBF6D7) is known color: Blue Romance. HEX triplet: DB, F6 and D7. RGB value is (219,246,215). Sum of RGB (Red+Green+Blue) = 219+246+215=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6D7 is #240928. Grayscale: #EAEAEA. Windows color (decimal): -2361641 or 14153435. OLE color: 14153435.
HSL color Cylindrical-coordinate representation of color #DBF6D7: hue angle of 112.26º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF6D7 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 215 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.04 |
| HSL | 112.26º | 0.63% | 0.9% | - |
| HSV(B) | 112.26º | 0.13% | 0.96% | - |
| XYZ | 74.43 | 85.88 | 76.94 | - |
| YUV | 234.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 215 | 0.11 | 0 | 0.13 | 0.04 | 112.26 | 0.63 | 0.9 |
| Hex | DB | F6 | D7 | B | 0 | D | 4 | 70 | 3F | 5A |
| Octal | 333 | 366 | 327 | 13 | 0 | 15 | 4 | 160 | 77 | 132 |
| Binary | 11011011 | 11110110 | 11010111 | 1011 | 0 | 1101 | 100 | 1110000 | 111111 | 1011010 |
Color Harmonies of #DBF6D7
Complementary color
Monochromatic Colors of #DBF6D7
Black with #DBF6D7
Text Example
Text Example
White with #DBF6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6D7; }
p { color: rgb(219,246,215); }
H1.HeaderClassName
{
color: #DBF6D7;
}
.AnyTagClassName
{
color: #DBF6D7;
}
</style>
background-color css
<style>
a { background-color: #DBF6D7; }
a { background-color: rgb(219,246,215); }
div.DivClassName
{
background-color: #DBF6D7;
}
.BgClassName
{
background-color: #DBF6D7;
}
</style>
border-color css
<style>
span { border-color: #DBF6D7; }
span { border-color: rgb(219,246,215); }
td.TdClassName
{
border-color: #DBF6D7;
}
.TagClassName
{
border-color: #DBF6D7;
}
</style>