Shades of Blue Romance #DBF5D6
Tints of Blue Romance #DBF5D6
RGB
CMYK
RGB Variations
Color information
#DBF5D6 (or 0xDBF5D6) is known color: Blue Romance. HEX triplet: DB, F5 and D6. RGB value is (219,245,214). Sum of RGB (Red+Green+Blue) = 219+245+214=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5D6 is #240A29. Grayscale: #E9E9E9. Windows color (decimal): -2361898 or 14087643. OLE color: 14087643.
HSL color Cylindrical-coordinate representation of color #DBF5D6: hue angle of 110.32º degrees, saturation: 0.61, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF5D6 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 245 | 214 | - |
CMYK | 0.11 | 0 | 0.13 | 0.04 |
HSL | 110.32º | 0.61% | 0.9% | - |
HSV(B) | 110.32º | 0.13% | 0.96% | - |
XYZ | 74 | 85.22 | 76.17 | - |
YUV | 233.69 | 116.89 | 117.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 245 | 214 | 0.11 | 0 | 0.13 | 0.04 | 110.32 | 0.61 | 0.9 |
Hex | DB | F5 | D6 | B | 0 | D | 4 | 6E | 3D | 5A |
Octal | 333 | 365 | 326 | 13 | 0 | 15 | 4 | 156 | 75 | 132 |
Binary | 11011011 | 11110101 | 11010110 | 1011 | 0 | 1101 | 100 | 1101110 | 111101 | 1011010 |
Color Harmonies of #DBF5D6
Complementary color
Monochromatic Colors of #DBF5D6
Black with #DBF5D6
Text Example
Text Example
White with #DBF5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5D6; }
p { color: rgb(219,245,214); }
H1.HeaderClassName
{
color: #DBF5D6;
}
.AnyTagClassName
{
color: #DBF5D6;
}
</style>
background-color css
<style>
a { background-color: #DBF5D6; }
a { background-color: rgb(219,245,214); }
div.DivClassName
{
background-color: #DBF5D6;
}
.BgClassName
{
background-color: #DBF5D6;
}
</style>
border-color css
<style>
span { border-color: #DBF5D6; }
span { border-color: rgb(219,245,214); }
td.TdClassName
{
border-color: #DBF5D6;
}
.TagClassName
{
border-color: #DBF5D6;
}
</style>