Shades of Blue Romance #DBFFD0
Tints of Blue Romance #DBFFD0
RGB
CMYK
RGB Variations
Color information
#DBFFD0 (or 0xDBFFD0) is known color: Blue Romance. HEX triplet: DB, FF and D0. RGB value is (219,255,208). Sum of RGB (Red+Green+Blue) = 219+255+208=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 208 (81.64% from 255 or 30.50% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD0 is #24002F. Grayscale: #EFEFEF. Windows color (decimal): -2359344 or 13696987. OLE color: 13696987.
HSL color Cylindrical-coordinate representation of color #DBFFD0: hue angle of 105.96º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFFD0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 208 | - |
| CMYK | 0.14 | 0 | 0.18 | 0 |
| HSL | 105.96º | 1% | 0.91% | - |
| HSV(B) | 105.96º | 0.18% | 1% | - |
| XYZ | 76.36 | 91.13 | 73.24 | - |
| YUV | 238.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 208 | 0.14 | 0 | 0.18 | 0 | 105.96 | 1 | 0.91 |
| Hex | DB | FF | D0 | E | 0 | 12 | 0 | 6A | 64 | 5B |
| Octal | 333 | 377 | 320 | 16 | 0 | 22 | 0 | 152 | 144 | 133 |
| Binary | 11011011 | 11111111 | 11010000 | 1110 | 0 | 10010 | 0 | 1101010 | 1100100 | 1011011 |
Color Harmonies of #DBFFD0
Complementary color
Monochromatic Colors of #DBFFD0
Black with #DBFFD0
Text Example
Text Example
White with #DBFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFD0; }
p { color: rgb(219,255,208); }
H1.HeaderClassName
{
color: #DBFFD0;
}
.AnyTagClassName
{
color: #DBFFD0;
}
</style>
background-color css
<style>
a { background-color: #DBFFD0; }
a { background-color: rgb(219,255,208); }
div.DivClassName
{
background-color: #DBFFD0;
}
.BgClassName
{
background-color: #DBFFD0;
}
</style>
border-color css
<style>
span { border-color: #DBFFD0; }
span { border-color: rgb(219,255,208); }
td.TdClassName
{
border-color: #DBFFD0;
}
.TagClassName
{
border-color: #DBFFD0;
}
</style>