Shades of Blue Romance #DBFBD1
Tints of Blue Romance #DBFBD1
RGB
CMYK
RGB Variations
Color information
#DBFBD1 (or 0xDBFBD1) is known color: Blue Romance. HEX triplet: DB, FB and D1. RGB value is (219,251,209). Sum of RGB (Red+Green+Blue) = 219+251+209=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 209 (82.03% from 255 or 30.78% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD1 is #24042E. Grayscale: #ECECEC. Windows color (decimal): -2360367 or 13761499. OLE color: 13761499.
HSL color Cylindrical-coordinate representation of color #DBFBD1: hue angle of 105.71º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBFBD1 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 209 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.02 |
| HSL | 105.71º | 0.84% | 0.9% | - |
| HSV(B) | 105.71º | 0.17% | 0.98% | - |
| XYZ | 75.22 | 88.66 | 73.47 | - |
| YUV | 236.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 209 | 0.13 | 0 | 0.17 | 0.02 | 105.71 | 0.84 | 0.9 |
| Hex | DB | FB | D1 | D | 0 | 11 | 2 | 6A | 54 | 5A |
| Octal | 333 | 373 | 321 | 15 | 0 | 21 | 2 | 152 | 124 | 132 |
| Binary | 11011011 | 11111011 | 11010001 | 1101 | 0 | 10001 | 10 | 1101010 | 1010100 | 1011010 |
Color Harmonies of #DBFBD1
Complementary color
Monochromatic Colors of #DBFBD1
Black with #DBFBD1
Text Example
Text Example
White with #DBFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD1; }
p { color: rgb(219,251,209); }
H1.HeaderClassName
{
color: #DBFBD1;
}
.AnyTagClassName
{
color: #DBFBD1;
}
</style>
background-color css
<style>
a { background-color: #DBFBD1; }
a { background-color: rgb(219,251,209); }
div.DivClassName
{
background-color: #DBFBD1;
}
.BgClassName
{
background-color: #DBFBD1;
}
</style>
border-color css
<style>
span { border-color: #DBFBD1; }
span { border-color: rgb(219,251,209); }
td.TdClassName
{
border-color: #DBFBD1;
}
.TagClassName
{
border-color: #DBFBD1;
}
</style>