Shades of Blue Romance #DBF3D3
Tints of Blue Romance #DBF3D3
RGB
CMYK
RGB Variations
Color information
#DBF3D3 (or 0xDBF3D3) is known color: Blue Romance. HEX triplet: DB, F3 and D3. RGB value is (219,243,211). Sum of RGB (Red+Green+Blue) = 219+243+211=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3D3 is #240C2C. Grayscale: #E8E8E8. Windows color (decimal): -2362413 or 13890523. OLE color: 13890523.
HSL color Cylindrical-coordinate representation of color #DBF3D3: hue angle of 105º degrees, saturation: 0.57, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF3D3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 211 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.05 |
| HSL | 105º | 0.57% | 0.89% | - |
| HSV(B) | 105º | 0.13% | 0.95% | - |
| XYZ | 73.02 | 83.86 | 73.97 | - |
| YUV | 232.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 211 | 0.10 | 0 | 0.13 | 0.05 | 105 | 0.57 | 0.89 |
| Hex | DB | F3 | D3 | A | 0 | D | 5 | 69 | 39 | 59 |
| Octal | 333 | 363 | 323 | 12 | 0 | 15 | 5 | 151 | 71 | 131 |
| Binary | 11011011 | 11110011 | 11010011 | 1010 | 0 | 1101 | 101 | 1101001 | 111001 | 1011001 |
Color Harmonies of #DBF3D3
Complementary color
Monochromatic Colors of #DBF3D3
Black with #DBF3D3
Text Example
Text Example
White with #DBF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3D3; }
p { color: rgb(219,243,211); }
H1.HeaderClassName
{
color: #DBF3D3;
}
.AnyTagClassName
{
color: #DBF3D3;
}
</style>
background-color css
<style>
a { background-color: #DBF3D3; }
a { background-color: rgb(219,243,211); }
div.DivClassName
{
background-color: #DBF3D3;
}
.BgClassName
{
background-color: #DBF3D3;
}
</style>
border-color css
<style>
span { border-color: #DBF3D3; }
span { border-color: rgb(219,243,211); }
td.TdClassName
{
border-color: #DBF3D3;
}
.TagClassName
{
border-color: #DBF3D3;
}
</style>