Shades of Blue Romance #DBFBD4
Tints of Blue Romance #DBFBD4
RGB
CMYK
RGB Variations
Color information
#DBFBD4 (or 0xDBFBD4) is known color: Blue Romance. HEX triplet: DB, FB and D4. RGB value is (219,251,212). Sum of RGB (Red+Green+Blue) = 219+251+212=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD4 is #24042B. Grayscale: #EDEDED. Windows color (decimal): -2360364 or 13958107. OLE color: 13958107.
HSL color Cylindrical-coordinate representation of color #DBFBD4: hue angle of 109.23º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFBD4 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
RGB | 219 | 251 | 212 | - |
CMYK | 0.13 | 0 | 0.16 | 0.02 |
HSL | 109.23º | 0.83% | 0.91% | - |
HSV(B) | 109.23º | 0.16% | 0.98% | - |
XYZ | 75.59 | 88.81 | 75.44 | - |
YUV | 236.99 | 113.9 | 115.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 251 | 212 | 0.13 | 0 | 0.16 | 0.02 | 109.23 | 0.83 | 0.91 |
Hex | DB | FB | D4 | D | 0 | 10 | 2 | 6D | 53 | 5B |
Octal | 333 | 373 | 324 | 15 | 0 | 20 | 2 | 155 | 123 | 133 |
Binary | 11011011 | 11111011 | 11010100 | 1101 | 0 | 10000 | 10 | 1101101 | 1010011 | 1011011 |
Color Harmonies of #DBFBD4
Complementary color
Monochromatic Colors of #DBFBD4
Black with #DBFBD4
Text Example
Text Example
White with #DBFBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBD4; }
p { color: rgb(219,251,212); }
H1.HeaderClassName
{
color: #DBFBD4;
}
.AnyTagClassName
{
color: #DBFBD4;
}
</style>
background-color css
<style>
a { background-color: #DBFBD4; }
a { background-color: rgb(219,251,212); }
div.DivClassName
{
background-color: #DBFBD4;
}
.BgClassName
{
background-color: #DBFBD4;
}
</style>
border-color css
<style>
span { border-color: #DBFBD4; }
span { border-color: rgb(219,251,212); }
td.TdClassName
{
border-color: #DBFBD4;
}
.TagClassName
{
border-color: #DBFBD4;
}
</style>