Shades of Blue Romance #DBFFD1
Tints of Blue Romance #DBFFD1
RGB
CMYK
RGB Variations
Color information
#DBFFD1 (or 0xDBFFD1) is known color: Blue Romance. HEX triplet: DB, FF and D1. RGB value is (219,255,209). Sum of RGB (Red+Green+Blue) = 219+255+209=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD1 is #24002E. Grayscale: #EFEFEF. Windows color (decimal): -2359343 or 13762523. OLE color: 13762523.
HSL color Cylindrical-coordinate representation of color #DBFFD1: hue angle of 106.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 #DBFFD1 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 209 | - |
| CMYK | 0.14 | 0 | 0.18 | 0 |
| HSL | 106.96º | 1% | 0.91% | - |
| HSV(B) | 106.96º | 0.18% | 1% | - |
| XYZ | 76.48 | 91.18 | 73.89 | - |
| YUV | 238.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 209 | 0.14 | 0 | 0.18 | 0 | 106.96 | 1 | 0.91 |
| Hex | DB | FF | D1 | E | 0 | 12 | 0 | 6B | 64 | 5B |
| Octal | 333 | 377 | 321 | 16 | 0 | 22 | 0 | 153 | 144 | 133 |
| Binary | 11011011 | 11111111 | 11010001 | 1110 | 0 | 10010 | 0 | 1101011 | 1100100 | 1011011 |
Color Harmonies of #DBFFD1
Complementary color
Monochromatic Colors of #DBFFD1
Black with #DBFFD1
Text Example
Text Example
White with #DBFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFD1; }
p { color: rgb(219,255,209); }
H1.HeaderClassName
{
color: #DBFFD1;
}
.AnyTagClassName
{
color: #DBFFD1;
}
</style>
background-color css
<style>
a { background-color: #DBFFD1; }
a { background-color: rgb(219,255,209); }
div.DivClassName
{
background-color: #DBFFD1;
}
.BgClassName
{
background-color: #DBFFD1;
}
</style>
border-color css
<style>
span { border-color: #DBFFD1; }
span { border-color: rgb(219,255,209); }
td.TdClassName
{
border-color: #DBFFD1;
}
.TagClassName
{
border-color: #DBFFD1;
}
</style>