Shades of Blue Romance #DBF2D6
Tints of Blue Romance #DBF2D6
RGB
CMYK
RGB Variations
Color information
#DBF2D6 (or 0xDBF2D6) is known color: Blue Romance. HEX triplet: DB, F2 and D6. RGB value is (219,242,214). Sum of RGB (Red+Green+Blue) = 219+242+214=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 214 (83.98% from 255 or 31.70% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D6 is #240D29. Grayscale: #E8E8E8. Windows color (decimal): -2362666 or 14086875. OLE color: 14086875.
HSL color Cylindrical-coordinate representation of color #DBF2D6: hue angle of 109.29º 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 #DBF2D6 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 242 | 214 | - |
CMYK | 0.10 | 0 | 0.12 | 0.05 |
HSL | 109.29º | 0.52% | 0.89% | - |
HSV(B) | 109.29º | 0.12% | 0.95% | - |
XYZ | 73.1 | 83.42 | 75.87 | - |
YUV | 231.93 | 117.88 | 118.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 242 | 214 | 0.10 | 0 | 0.12 | 0.05 | 109.29 | 0.52 | 0.89 |
Hex | DB | F2 | D6 | A | 0 | C | 5 | 6D | 34 | 59 |
Octal | 333 | 362 | 326 | 12 | 0 | 14 | 5 | 155 | 64 | 131 |
Binary | 11011011 | 11110010 | 11010110 | 1010 | 0 | 1100 | 101 | 1101101 | 110100 | 1011001 |
Color Harmonies of #DBF2D6
Complementary color
Monochromatic Colors of #DBF2D6
Black with #DBF2D6
Text Example
Text Example
White with #DBF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2D6; }
p { color: rgb(219,242,214); }
H1.HeaderClassName
{
color: #DBF2D6;
}
.AnyTagClassName
{
color: #DBF2D6;
}
</style>
background-color css
<style>
a { background-color: #DBF2D6; }
a { background-color: rgb(219,242,214); }
div.DivClassName
{
background-color: #DBF2D6;
}
.BgClassName
{
background-color: #DBF2D6;
}
</style>
border-color css
<style>
span { border-color: #DBF2D6; }
span { border-color: rgb(219,242,214); }
td.TdClassName
{
border-color: #DBF2D6;
}
.TagClassName
{
border-color: #DBF2D6;
}
</style>