Shades of Blue Romance #DBF1D4
Tints of Blue Romance #DBF1D4
RGB
CMYK
RGB Variations
Color information
#DBF1D4 (or 0xDBF1D4) is known color: Blue Romance. HEX triplet: DB, F1 and D4. RGB value is (219,241,212). Sum of RGB (Red+Green+Blue) = 219+241+212=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 212 (83.20% from 255 or 31.55% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1D4 is #240E2B. Grayscale: #E7E7E7. Windows color (decimal): -2362924 or 13955547. OLE color: 13955547.
HSL color Cylindrical-coordinate representation of color #DBF1D4: hue angle of 105.52º degrees, saturation: 0.51, 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 #DBF1D4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 219 | 241 | 212 | - |
CMYK | 0.09 | 0 | 0.12 | 0.05 |
HSL | 105.52º | 0.51% | 0.89% | - |
HSV(B) | 105.52º | 0.12% | 0.95% | - |
XYZ | 72.55 | 82.72 | 74.43 | - |
YUV | 231.12 | 117.21 | 119.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 241 | 212 | 0.09 | 0 | 0.12 | 0.05 | 105.52 | 0.51 | 0.89 |
Hex | DB | F1 | D4 | 9 | 0 | C | 5 | 6A | 33 | 59 |
Octal | 333 | 361 | 324 | 11 | 0 | 14 | 5 | 152 | 63 | 131 |
Binary | 11011011 | 11110001 | 11010100 | 1001 | 0 | 1100 | 101 | 1101010 | 110011 | 1011001 |
Color Harmonies of #DBF1D4
Complementary color
Monochromatic Colors of #DBF1D4
Black with #DBF1D4
Text Example
Text Example
White with #DBF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1D4; }
p { color: rgb(219,241,212); }
H1.HeaderClassName
{
color: #DBF1D4;
}
.AnyTagClassName
{
color: #DBF1D4;
}
</style>
background-color css
<style>
a { background-color: #DBF1D4; }
a { background-color: rgb(219,241,212); }
div.DivClassName
{
background-color: #DBF1D4;
}
.BgClassName
{
background-color: #DBF1D4;
}
</style>
border-color css
<style>
span { border-color: #DBF1D4; }
span { border-color: rgb(219,241,212); }
td.TdClassName
{
border-color: #DBF1D4;
}
.TagClassName
{
border-color: #DBF1D4;
}
</style>