Shades of Blue Romance #DBF5D7
Tints of Blue Romance #DBF5D7
RGB
CMYK
RGB Variations
Color information
#DBF5D7 (or 0xDBF5D7) is known color: Blue Romance. HEX triplet: DB, F5 and D7. RGB value is (219,245,215). Sum of RGB (Red+Green+Blue) = 219+245+215=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 245 (96.09% from 255 or 36.08% from 679); Blue value is 215 (84.38% from 255 or 31.66% from 679); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5D7 is #240A28. Grayscale: #E9E9E9. Windows color (decimal): -2361897 or 14153179. OLE color: 14153179.
HSL color Cylindrical-coordinate representation of color #DBF5D7: hue angle of 112º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF5D7 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 215 | - |
CMYK | 0.11 | 0 | 0.12 | 0.04 |
HSL | 112º | 0.6% | 0.9% | - |
HSV(B) | 112º | 0.12% | 0.96% | - |
XYZ | 74.13 | 85.27 | 76.84 | - |
YUV | 233.81 | 117.39 | 117.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 215 | 0.11 | 0 | 0.12 | 0.04 | 112 | 0.6 | 0.9 |
Hex | DB | F5 | D7 | B | 0 | C | 4 | 70 | 3C | 5A |
Octal | 333 | 365 | 327 | 13 | 0 | 14 | 4 | 160 | 74 | 132 |
Binary | 11011011 | 11110101 | 11010111 | 1011 | 0 | 1100 | 100 | 1110000 | 111100 | 1011010 |
Color Harmonies of #DBF5D7
Complementary color
Monochromatic Colors of #DBF5D7
Black with #DBF5D7
Text Example
Text Example
White with #DBF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5D7; }
p { color: rgb(219,245,215); }
H1.HeaderClassName
{
color: #DBF5D7;
}
.AnyTagClassName
{
color: #DBF5D7;
}
</style>
background-color css
<style>
a { background-color: #DBF5D7; }
a { background-color: rgb(219,245,215); }
div.DivClassName
{
background-color: #DBF5D7;
}
.BgClassName
{
background-color: #DBF5D7;
}
</style>
border-color css
<style>
span { border-color: #DBF5D7; }
span { border-color: rgb(219,245,215); }
td.TdClassName
{
border-color: #DBF5D7;
}
.TagClassName
{
border-color: #DBF5D7;
}
</style>