Shades of Blue Romance #DBFED0
Tints of Blue Romance #DBFED0
RGB
CMYK
RGB Variations
Color information
#DBFED0 (or 0xDBFED0) is known color: Blue Romance. HEX triplet: DB, FE and D0. RGB value is (219,254,208). Sum of RGB (Red+Green+Blue) = 219+254+208=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED0 is #24012F. Grayscale: #EEEEEE. Windows color (decimal): -2359600 or 13696731. OLE color: 13696731.
HSL color Cylindrical-coordinate representation of color #DBFED0: hue angle of 105.65º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBFED0 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 208 | - |
CMYK | 0.14 | 0 | 0.18 | 0.00 |
HSL | 105.65º | 0.96% | 0.91% | - |
HSV(B) | 105.65º | 0.18% | 1% | - |
XYZ | 76.04 | 90.5 | 73.13 | - |
YUV | 238.29 | 110.9 | 114.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 208 | 0.14 | 0 | 0.18 | 0.00 | 105.65 | 0.96 | 0.91 |
Hex | DB | FE | D0 | E | 0 | 12 | 0 | 6A | 60 | 5B |
Octal | 333 | 376 | 320 | 16 | 0 | 22 | 0 | 152 | 140 | 133 |
Binary | 11011011 | 11111110 | 11010000 | 1110 | 0 | 10010 | 0 | 1101010 | 1100000 | 1011011 |
Color Harmonies of #DBFED0
Complementary color
Monochromatic Colors of #DBFED0
Black with #DBFED0
Text Example
Text Example
White with #DBFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFED0; }
p { color: rgb(219,254,208); }
H1.HeaderClassName
{
color: #DBFED0;
}
.AnyTagClassName
{
color: #DBFED0;
}
</style>
background-color css
<style>
a { background-color: #DBFED0; }
a { background-color: rgb(219,254,208); }
div.DivClassName
{
background-color: #DBFED0;
}
.BgClassName
{
background-color: #DBFED0;
}
</style>
border-color css
<style>
span { border-color: #DBFED0; }
span { border-color: rgb(219,254,208); }
td.TdClassName
{
border-color: #DBFED0;
}
.TagClassName
{
border-color: #DBFED0;
}
</style>