Shades of Blue Romance #DBFCD3
Tints of Blue Romance #DBFCD3
RGB
CMYK
RGB Variations
Color information
#DBFCD3 (or 0xDBFCD3) is known color: Blue Romance. HEX triplet: DB, FC and D3. RGB value is (219,252,211). Sum of RGB (Red+Green+Blue) = 219+252+211=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 211 (82.81% from 255 or 30.94% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD3 is #24032C. Grayscale: #EDEDED. Windows color (decimal): -2360109 or 13892827. OLE color: 13892827.
HSL color Cylindrical-coordinate representation of color #DBFCD3: hue angle of 108.29º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFCD3 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 211 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.01 |
| HSL | 108.29º | 0.87% | 0.91% | - |
| HSV(B) | 108.29º | 0.16% | 0.99% | - |
| XYZ | 75.78 | 89.38 | 74.89 | - |
| YUV | 237.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 211 | 0.13 | 0 | 0.16 | 0.01 | 108.29 | 0.87 | 0.91 |
| Hex | DB | FC | D3 | D | 0 | 10 | 1 | 6C | 57 | 5B |
| Octal | 333 | 374 | 323 | 15 | 0 | 20 | 1 | 154 | 127 | 133 |
| Binary | 11011011 | 11111100 | 11010011 | 1101 | 0 | 10000 | 1 | 1101100 | 1010111 | 1011011 |
Color Harmonies of #DBFCD3
Complementary color
Monochromatic Colors of #DBFCD3
Black with #DBFCD3
Text Example
Text Example
White with #DBFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCD3; }
p { color: rgb(219,252,211); }
H1.HeaderClassName
{
color: #DBFCD3;
}
.AnyTagClassName
{
color: #DBFCD3;
}
</style>
background-color css
<style>
a { background-color: #DBFCD3; }
a { background-color: rgb(219,252,211); }
div.DivClassName
{
background-color: #DBFCD3;
}
.BgClassName
{
background-color: #DBFCD3;
}
</style>
border-color css
<style>
span { border-color: #DBFCD3; }
span { border-color: rgb(219,252,211); }
td.TdClassName
{
border-color: #DBFCD3;
}
.TagClassName
{
border-color: #DBFCD3;
}
</style>