Shades of Blue Romance #DBFBD2
Tints of Blue Romance #DBFBD2
RGB
CMYK
RGB Variations
Color information
#DBFBD2 (or 0xDBFBD2) is known color: Blue Romance. HEX triplet: DB, FB and D2. RGB value is (219,251,210). Sum of RGB (Red+Green+Blue) = 219+251+210=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD2 is #24042D. Grayscale: #ECECEC. Windows color (decimal): -2360366 or 13827035. OLE color: 13827035.
HSL color Cylindrical-coordinate representation of color #DBFBD2: hue angle of 106.83º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFBD2 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 210 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.02 |
| HSL | 106.83º | 0.84% | 0.9% | - |
| HSV(B) | 106.83º | 0.16% | 0.98% | - |
| XYZ | 75.34 | 88.71 | 74.12 | - |
| YUV | 236.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 210 | 0.13 | 0 | 0.16 | 0.02 | 106.83 | 0.84 | 0.9 |
| Hex | DB | FB | D2 | D | 0 | 10 | 2 | 6B | 54 | 5A |
| Octal | 333 | 373 | 322 | 15 | 0 | 20 | 2 | 153 | 124 | 132 |
| Binary | 11011011 | 11111011 | 11010010 | 1101 | 0 | 10000 | 10 | 1101011 | 1010100 | 1011010 |
Color Harmonies of #DBFBD2
Complementary color
Monochromatic Colors of #DBFBD2
Black with #DBFBD2
Text Example
Text Example
White with #DBFBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD2; }
p { color: rgb(219,251,210); }
H1.HeaderClassName
{
color: #DBFBD2;
}
.AnyTagClassName
{
color: #DBFBD2;
}
</style>
background-color css
<style>
a { background-color: #DBFBD2; }
a { background-color: rgb(219,251,210); }
div.DivClassName
{
background-color: #DBFBD2;
}
.BgClassName
{
background-color: #DBFBD2;
}
</style>
border-color css
<style>
span { border-color: #DBFBD2; }
span { border-color: rgb(219,251,210); }
td.TdClassName
{
border-color: #DBFBD2;
}
.TagClassName
{
border-color: #DBFBD2;
}
</style>