Shades of Blue Romance #DBFBD6
Tints of Blue Romance #DBFBD6
RGB
CMYK
RGB Variations
Color information
#DBFBD6 (or 0xDBFBD6) is known color: Blue Romance. HEX triplet: DB, FB and D6. RGB value is (219,251,214). Sum of RGB (Red+Green+Blue) = 219+251+214=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD6 is #240429. Grayscale: #EDEDED. Windows color (decimal): -2360362 or 14089179. OLE color: 14089179.
HSL color Cylindrical-coordinate representation of color #DBFBD6: hue angle of 111.89º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFBD6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 214 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.02 |
| HSL | 111.89º | 0.82% | 0.91% | - |
| HSV(B) | 111.89º | 0.15% | 0.98% | - |
| XYZ | 75.85 | 88.91 | 76.78 | - |
| YUV | 237.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 214 | 0.13 | 0 | 0.15 | 0.02 | 111.89 | 0.82 | 0.91 |
| Hex | DB | FB | D6 | D | 0 | F | 2 | 70 | 52 | 5B |
| Octal | 333 | 373 | 326 | 15 | 0 | 17 | 2 | 160 | 122 | 133 |
| Binary | 11011011 | 11111011 | 11010110 | 1101 | 0 | 1111 | 10 | 1110000 | 1010010 | 1011011 |
Color Harmonies of #DBFBD6
Complementary color
Monochromatic Colors of #DBFBD6
Black with #DBFBD6
Text Example
Text Example
White with #DBFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD6; }
p { color: rgb(219,251,214); }
H1.HeaderClassName
{
color: #DBFBD6;
}
.AnyTagClassName
{
color: #DBFBD6;
}
</style>
background-color css
<style>
a { background-color: #DBFBD6; }
a { background-color: rgb(219,251,214); }
div.DivClassName
{
background-color: #DBFBD6;
}
.BgClassName
{
background-color: #DBFBD6;
}
</style>
border-color css
<style>
span { border-color: #DBFBD6; }
span { border-color: rgb(219,251,214); }
td.TdClassName
{
border-color: #DBFBD6;
}
.TagClassName
{
border-color: #DBFBD6;
}
</style>