Shades of Blue Romance #DBFCD5
Tints of Blue Romance #DBFCD5
RGB
CMYK
RGB Variations
Color information
#DBFCD5 (or 0xDBFCD5) is known color: Blue Romance. HEX triplet: DB, FC and D5. RGB value is (219,252,213). Sum of RGB (Red+Green+Blue) = 219+252+213=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD5 is #24032A. Grayscale: #EDEDED. Windows color (decimal): -2360107 or 14023899. OLE color: 14023899.
HSL color Cylindrical-coordinate representation of color #DBFCD5: hue angle of 110.77º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFCD5 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 213 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.01 |
| HSL | 110.77º | 0.87% | 0.91% | - |
| HSV(B) | 110.77º | 0.15% | 0.99% | - |
| XYZ | 76.03 | 89.48 | 76.22 | - |
| YUV | 237.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 213 | 0.13 | 0 | 0.15 | 0.01 | 110.77 | 0.87 | 0.91 |
| Hex | DB | FC | D5 | D | 0 | F | 1 | 6F | 57 | 5B |
| Octal | 333 | 374 | 325 | 15 | 0 | 17 | 1 | 157 | 127 | 133 |
| Binary | 11011011 | 11111100 | 11010101 | 1101 | 0 | 1111 | 1 | 1101111 | 1010111 | 1011011 |
Color Harmonies of #DBFCD5
Complementary color
Monochromatic Colors of #DBFCD5
Black with #DBFCD5
Text Example
Text Example
White with #DBFCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCD5; }
p { color: rgb(219,252,213); }
H1.HeaderClassName
{
color: #DBFCD5;
}
.AnyTagClassName
{
color: #DBFCD5;
}
</style>
background-color css
<style>
a { background-color: #DBFCD5; }
a { background-color: rgb(219,252,213); }
div.DivClassName
{
background-color: #DBFCD5;
}
.BgClassName
{
background-color: #DBFCD5;
}
</style>
border-color css
<style>
span { border-color: #DBFCD5; }
span { border-color: rgb(219,252,213); }
td.TdClassName
{
border-color: #DBFCD5;
}
.TagClassName
{
border-color: #DBFCD5;
}
</style>