Shades of Blue Romance #DBF1D3
Tints of Blue Romance #DBF1D3
RGB
CMYK
RGB Variations
Color information
#DBF1D3 (or 0xDBF1D3) is known color: Blue Romance. HEX triplet: DB, F1 and D3. RGB value is (219,241,211). Sum of RGB (Red+Green+Blue) = 219+241+211=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1D3 is #240E2C. Grayscale: #E7E7E7. Windows color (decimal): -2362925 or 13890011. OLE color: 13890011.
HSL color Cylindrical-coordinate representation of color #DBF1D3: hue angle of 104º degrees, saturation: 0.52, 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 #DBF1D3 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 211 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.05 |
| HSL | 104º | 0.52% | 0.89% | - |
| HSV(B) | 104º | 0.12% | 0.95% | - |
| XYZ | 72.43 | 82.67 | 73.77 | - |
| YUV | 231 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 211 | 0.09 | 0 | 0.12 | 0.05 | 104 | 0.52 | 0.89 |
| Hex | DB | F1 | D3 | 9 | 0 | C | 5 | 68 | 34 | 59 |
| Octal | 333 | 361 | 323 | 11 | 0 | 14 | 5 | 150 | 64 | 131 |
| Binary | 11011011 | 11110001 | 11010011 | 1001 | 0 | 1100 | 101 | 1101000 | 110100 | 1011001 |
Color Harmonies of #DBF1D3
Complementary color
Monochromatic Colors of #DBF1D3
Black with #DBF1D3
Text Example
Text Example
White with #DBF1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1D3; }
p { color: rgb(219,241,211); }
H1.HeaderClassName
{
color: #DBF1D3;
}
.AnyTagClassName
{
color: #DBF1D3;
}
</style>
background-color css
<style>
a { background-color: #DBF1D3; }
a { background-color: rgb(219,241,211); }
div.DivClassName
{
background-color: #DBF1D3;
}
.BgClassName
{
background-color: #DBF1D3;
}
</style>
border-color css
<style>
span { border-color: #DBF1D3; }
span { border-color: rgb(219,241,211); }
td.TdClassName
{
border-color: #DBF1D3;
}
.TagClassName
{
border-color: #DBF1D3;
}
</style>