Shades of Blue Romance #DBFDD0
Tints of Blue Romance #DBFDD0
RGB
CMYK
RGB Variations
Color information
#DBFDD0 (or 0xDBFDD0) is known color: Blue Romance. HEX triplet: DB, FD and D0. RGB value is (219,253,208). Sum of RGB (Red+Green+Blue) = 219+253+208=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD0 is #24022F. Grayscale: #EDEDED. Windows color (decimal): -2359856 or 13696475. OLE color: 13696475.
HSL color Cylindrical-coordinate representation of color #DBFDD0: hue angle of 105.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFDD0 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 208 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.01 |
| HSL | 105.33º | 0.92% | 0.9% | - |
| HSV(B) | 105.33º | 0.18% | 0.99% | - |
| XYZ | 75.72 | 89.86 | 73.03 | - |
| YUV | 237.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 208 | 0.13 | 0 | 0.18 | 0.01 | 105.33 | 0.92 | 0.9 |
| Hex | DB | FD | D0 | D | 0 | 12 | 1 | 69 | 5C | 5A |
| Octal | 333 | 375 | 320 | 15 | 0 | 22 | 1 | 151 | 134 | 132 |
| Binary | 11011011 | 11111101 | 11010000 | 1101 | 0 | 10010 | 1 | 1101001 | 1011100 | 1011010 |
Color Harmonies of #DBFDD0
Complementary color
Monochromatic Colors of #DBFDD0
Black with #DBFDD0
Text Example
Text Example
White with #DBFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDD0; }
p { color: rgb(219,253,208); }
H1.HeaderClassName
{
color: #DBFDD0;
}
.AnyTagClassName
{
color: #DBFDD0;
}
</style>
background-color css
<style>
a { background-color: #DBFDD0; }
a { background-color: rgb(219,253,208); }
div.DivClassName
{
background-color: #DBFDD0;
}
.BgClassName
{
background-color: #DBFDD0;
}
</style>
border-color css
<style>
span { border-color: #DBFDD0; }
span { border-color: rgb(219,253,208); }
td.TdClassName
{
border-color: #DBFDD0;
}
.TagClassName
{
border-color: #DBFDD0;
}
</style>