Shades of Blue Romance #DBF8D3
Tints of Blue Romance #DBF8D3
RGB
CMYK
RGB Variations
Color information
#DBF8D3 (or 0xDBF8D3) is known color: Blue Romance. HEX triplet: DB, F8 and D3. RGB value is (219,248,211). Sum of RGB (Red+Green+Blue) = 219+248+211=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 248 (97.27% from 255 or 36.58% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8D3 is #24072C. Grayscale: #EBEBEB. Windows color (decimal): -2361133 or 13891803. OLE color: 13891803.
HSL color Cylindrical-coordinate representation of color #DBF8D3: hue angle of 107.03º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF8D3 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 211 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.03 |
| HSL | 107.03º | 0.73% | 0.9% | - |
| HSV(B) | 107.03º | 0.15% | 0.97% | - |
| XYZ | 74.54 | 86.9 | 74.47 | - |
| YUV | 235.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 211 | 0.12 | 0 | 0.15 | 0.03 | 107.03 | 0.73 | 0.9 |
| Hex | DB | F8 | D3 | C | 0 | F | 3 | 6B | 49 | 5A |
| Octal | 333 | 370 | 323 | 14 | 0 | 17 | 3 | 153 | 111 | 132 |
| Binary | 11011011 | 11111000 | 11010011 | 1100 | 0 | 1111 | 11 | 1101011 | 1001001 | 1011010 |
Color Harmonies of #DBF8D3
Complementary color
Monochromatic Colors of #DBF8D3
Black with #DBF8D3
Text Example
Text Example
White with #DBF8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8D3; }
p { color: rgb(219,248,211); }
H1.HeaderClassName
{
color: #DBF8D3;
}
.AnyTagClassName
{
color: #DBF8D3;
}
</style>
background-color css
<style>
a { background-color: #DBF8D3; }
a { background-color: rgb(219,248,211); }
div.DivClassName
{
background-color: #DBF8D3;
}
.BgClassName
{
background-color: #DBF8D3;
}
</style>
border-color css
<style>
span { border-color: #DBF8D3; }
span { border-color: rgb(219,248,211); }
td.TdClassName
{
border-color: #DBF8D3;
}
.TagClassName
{
border-color: #DBF8D3;
}
</style>