Shades of Blue Romance #DBFCD1
Tints of Blue Romance #DBFCD1
RGB
CMYK
RGB Variations
Color information
#DBFCD1 (or 0xDBFCD1) is known color: Blue Romance. HEX triplet: DB, FC and D1. RGB value is (219,252,209). Sum of RGB (Red+Green+Blue) = 219+252+209=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD1 is #24032E. Grayscale: #EDEDED. Windows color (decimal): -2360111 or 13761755. OLE color: 13761755.
HSL color Cylindrical-coordinate representation of color #DBFCD1: hue angle of 106.05º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBFCD1 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 209 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.01 |
| HSL | 106.05º | 0.88% | 0.9% | - |
| HSV(B) | 106.05º | 0.17% | 0.99% | - |
| XYZ | 75.53 | 89.28 | 73.57 | - |
| YUV | 237.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 209 | 0.13 | 0 | 0.17 | 0.01 | 106.05 | 0.88 | 0.9 |
| Hex | DB | FC | D1 | D | 0 | 11 | 1 | 6A | 58 | 5A |
| Octal | 333 | 374 | 321 | 15 | 0 | 21 | 1 | 152 | 130 | 132 |
| Binary | 11011011 | 11111100 | 11010001 | 1101 | 0 | 10001 | 1 | 1101010 | 1011000 | 1011010 |
Color Harmonies of #DBFCD1
Complementary color
Monochromatic Colors of #DBFCD1
Black with #DBFCD1
Text Example
Text Example
White with #DBFCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCD1; }
p { color: rgb(219,252,209); }
H1.HeaderClassName
{
color: #DBFCD1;
}
.AnyTagClassName
{
color: #DBFCD1;
}
</style>
background-color css
<style>
a { background-color: #DBFCD1; }
a { background-color: rgb(219,252,209); }
div.DivClassName
{
background-color: #DBFCD1;
}
.BgClassName
{
background-color: #DBFCD1;
}
</style>
border-color css
<style>
span { border-color: #DBFCD1; }
span { border-color: rgb(219,252,209); }
td.TdClassName
{
border-color: #DBFCD1;
}
.TagClassName
{
border-color: #DBFCD1;
}
</style>