Shades of Blue Romance #DBF2D7
Tints of Blue Romance #DBF2D7
RGB
CMYK
RGB Variations
Color information
#DBF2D7 (or 0xDBF2D7) is known color: Blue Romance. HEX triplet: DB, F2 and D7. RGB value is (219,242,215). Sum of RGB (Red+Green+Blue) = 219+242+215=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D7 is #240D28. Grayscale: #E8E8E8. Windows color (decimal): -2362665 or 14152411. OLE color: 14152411.
HSL color Cylindrical-coordinate representation of color #DBF2D7: hue angle of 111.11º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF2D7 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 215 | - |
CMYK | 0.10 | 0 | 0.11 | 0.05 |
HSL | 111.11º | 0.51% | 0.9% | - |
HSV(B) | 111.11º | 0.11% | 0.95% | - |
XYZ | 73.23 | 83.47 | 76.54 | - |
YUV | 232.05 | 118.38 | 118.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 215 | 0.10 | 0 | 0.11 | 0.05 | 111.11 | 0.51 | 0.9 |
Hex | DB | F2 | D7 | A | 0 | B | 5 | 6F | 33 | 5A |
Octal | 333 | 362 | 327 | 12 | 0 | 13 | 5 | 157 | 63 | 132 |
Binary | 11011011 | 11110010 | 11010111 | 1010 | 0 | 1011 | 101 | 1101111 | 110011 | 1011010 |
Color Harmonies of #DBF2D7
Complementary color
Monochromatic Colors of #DBF2D7
Black with #DBF2D7
Text Example
Text Example
White with #DBF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2D7; }
p { color: rgb(219,242,215); }
H1.HeaderClassName
{
color: #DBF2D7;
}
.AnyTagClassName
{
color: #DBF2D7;
}
</style>
background-color css
<style>
a { background-color: #DBF2D7; }
a { background-color: rgb(219,242,215); }
div.DivClassName
{
background-color: #DBF2D7;
}
.BgClassName
{
background-color: #DBF2D7;
}
</style>
border-color css
<style>
span { border-color: #DBF2D7; }
span { border-color: rgb(219,242,215); }
td.TdClassName
{
border-color: #DBF2D7;
}
.TagClassName
{
border-color: #DBF2D7;
}
</style>