Shades of Blue Romance #DBF2D5
Tints of Blue Romance #DBF2D5
RGB
CMYK
RGB Variations
Color information
#DBF2D5 (or 0xDBF2D5) is known color: Blue Romance. HEX triplet: DB, F2 and D5. RGB value is (219,242,213). Sum of RGB (Red+Green+Blue) = 219+242+213=674 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.49% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D5 is #240D2A. Grayscale: #E7E7E7. Windows color (decimal): -2362667 or 14021339. OLE color: 14021339.
HSL color Cylindrical-coordinate representation of color #DBF2D5: hue angle of 107.59º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF2D5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 213 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.05 |
| HSL | 107.59º | 0.53% | 0.89% | - |
| HSV(B) | 107.59º | 0.12% | 0.95% | - |
| XYZ | 72.98 | 83.37 | 75.2 | - |
| YUV | 231.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 213 | 0.10 | 0 | 0.12 | 0.05 | 107.59 | 0.53 | 0.89 |
| Hex | DB | F2 | D5 | A | 0 | C | 5 | 6C | 35 | 59 |
| Octal | 333 | 362 | 325 | 12 | 0 | 14 | 5 | 154 | 65 | 131 |
| Binary | 11011011 | 11110010 | 11010101 | 1010 | 0 | 1100 | 101 | 1101100 | 110101 | 1011001 |
Color Harmonies of #DBF2D5
Complementary color
Monochromatic Colors of #DBF2D5
Black with #DBF2D5
Text Example
Text Example
White with #DBF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2D5; }
p { color: rgb(219,242,213); }
H1.HeaderClassName
{
color: #DBF2D5;
}
.AnyTagClassName
{
color: #DBF2D5;
}
</style>
background-color css
<style>
a { background-color: #DBF2D5; }
a { background-color: rgb(219,242,213); }
div.DivClassName
{
background-color: #DBF2D5;
}
.BgClassName
{
background-color: #DBF2D5;
}
</style>
border-color css
<style>
span { border-color: #DBF2D5; }
span { border-color: rgb(219,242,213); }
td.TdClassName
{
border-color: #DBF2D5;
}
.TagClassName
{
border-color: #DBF2D5;
}
</style>