Shades of Blue Romance #DBF8D1
Tints of Blue Romance #DBF8D1
RGB
CMYK
RGB Variations
Color information
#DBF8D1 (or 0xDBF8D1) is known color: Blue Romance. HEX triplet: DB, F8 and D1. RGB value is (219,248,209). Sum of RGB (Red+Green+Blue) = 219+248+209=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 248 (97.27% from 255 or 36.69% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8D1 is #24072E. Grayscale: #EBEBEB. Windows color (decimal): -2361135 or 13760731. OLE color: 13760731.
HSL color Cylindrical-coordinate representation of color #DBF8D1: hue angle of 104.62º degrees, saturation: 0.74, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBF8D1 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 209 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.03 |
| HSL | 104.62º | 0.74% | 0.9% | - |
| HSV(B) | 104.62º | 0.16% | 0.97% | - |
| XYZ | 74.29 | 86.8 | 73.16 | - |
| YUV | 234.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 209 | 0.12 | 0 | 0.16 | 0.03 | 104.62 | 0.74 | 0.9 |
| Hex | DB | F8 | D1 | C | 0 | 10 | 3 | 69 | 4A | 5A |
| Octal | 333 | 370 | 321 | 14 | 0 | 20 | 3 | 151 | 112 | 132 |
| Binary | 11011011 | 11111000 | 11010001 | 1100 | 0 | 10000 | 11 | 1101001 | 1001010 | 1011010 |
Color Harmonies of #DBF8D1
Complementary color
Monochromatic Colors of #DBF8D1
Black with #DBF8D1
Text Example
Text Example
White with #DBF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8D1; }
p { color: rgb(219,248,209); }
H1.HeaderClassName
{
color: #DBF8D1;
}
.AnyTagClassName
{
color: #DBF8D1;
}
</style>
background-color css
<style>
a { background-color: #DBF8D1; }
a { background-color: rgb(219,248,209); }
div.DivClassName
{
background-color: #DBF8D1;
}
.BgClassName
{
background-color: #DBF8D1;
}
</style>
border-color css
<style>
span { border-color: #DBF8D1; }
span { border-color: rgb(219,248,209); }
td.TdClassName
{
border-color: #DBF8D1;
}
.TagClassName
{
border-color: #DBF8D1;
}
</style>