Shades of Blue Romance #DBFBD3
Tints of Blue Romance #DBFBD3
RGB
CMYK
RGB Variations
Color information
#DBFBD3 (or 0xDBFBD3) is known color: Blue Romance. HEX triplet: DB, FB and D3. RGB value is (219,251,211). Sum of RGB (Red+Green+Blue) = 219+251+211=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD3 is #24042C. Grayscale: #EDEDED. Windows color (decimal): -2360365 or 13892571. OLE color: 13892571.
HSL color Cylindrical-coordinate representation of color #DBFBD3: hue angle of 108º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFBD3 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 211 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.02 |
| HSL | 108º | 0.83% | 0.91% | - |
| HSV(B) | 108º | 0.16% | 0.98% | - |
| XYZ | 75.47 | 88.76 | 74.78 | - |
| YUV | 236.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 211 | 0.13 | 0 | 0.16 | 0.02 | 108 | 0.83 | 0.91 |
| Hex | DB | FB | D3 | D | 0 | 10 | 2 | 6C | 53 | 5B |
| Octal | 333 | 373 | 323 | 15 | 0 | 20 | 2 | 154 | 123 | 133 |
| Binary | 11011011 | 11111011 | 11010011 | 1101 | 0 | 10000 | 10 | 1101100 | 1010011 | 1011011 |
Color Harmonies of #DBFBD3
Complementary color
Monochromatic Colors of #DBFBD3
Black with #DBFBD3
Text Example
Text Example
White with #DBFBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD3; }
p { color: rgb(219,251,211); }
H1.HeaderClassName
{
color: #DBFBD3;
}
.AnyTagClassName
{
color: #DBFBD3;
}
</style>
background-color css
<style>
a { background-color: #DBFBD3; }
a { background-color: rgb(219,251,211); }
div.DivClassName
{
background-color: #DBFBD3;
}
.BgClassName
{
background-color: #DBFBD3;
}
</style>
border-color css
<style>
span { border-color: #DBFBD3; }
span { border-color: rgb(219,251,211); }
td.TdClassName
{
border-color: #DBFBD3;
}
.TagClassName
{
border-color: #DBFBD3;
}
</style>