Shades of Blue Romance #DBF4D4
Tints of Blue Romance #DBF4D4
RGB
CMYK
RGB Variations
Color information
#DBF4D4 (or 0xDBF4D4) is known color: Blue Romance. HEX triplet: DB, F4 and D4. RGB value is (219,244,212). Sum of RGB (Red+Green+Blue) = 219+244+212=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 244 (95.70% from 255 or 36.15% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4D4 is #240B2B. Grayscale: #E8E8E8. Windows color (decimal): -2362156 or 13956315. OLE color: 13956315.
HSL color Cylindrical-coordinate representation of color #DBF4D4: hue angle of 106.88º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF4D4 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 212 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.04 |
| HSL | 106.88º | 0.59% | 0.89% | - |
| HSV(B) | 106.88º | 0.13% | 0.96% | - |
| XYZ | 73.45 | 84.51 | 74.73 | - |
| YUV | 232.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 212 | 0.10 | 0 | 0.13 | 0.04 | 106.88 | 0.59 | 0.89 |
| Hex | DB | F4 | D4 | A | 0 | D | 4 | 6B | 3B | 59 |
| Octal | 333 | 364 | 324 | 12 | 0 | 15 | 4 | 153 | 73 | 131 |
| Binary | 11011011 | 11110100 | 11010100 | 1010 | 0 | 1101 | 100 | 1101011 | 111011 | 1011001 |
Color Harmonies of #DBF4D4
Complementary color
Monochromatic Colors of #DBF4D4
Black with #DBF4D4
Text Example
Text Example
White with #DBF4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4D4; }
p { color: rgb(219,244,212); }
H1.HeaderClassName
{
color: #DBF4D4;
}
.AnyTagClassName
{
color: #DBF4D4;
}
</style>
background-color css
<style>
a { background-color: #DBF4D4; }
a { background-color: rgb(219,244,212); }
div.DivClassName
{
background-color: #DBF4D4;
}
.BgClassName
{
background-color: #DBF4D4;
}
</style>
border-color css
<style>
span { border-color: #DBF4D4; }
span { border-color: rgb(219,244,212); }
td.TdClassName
{
border-color: #DBF4D4;
}
.TagClassName
{
border-color: #DBF4D4;
}
</style>