Shades of Blue Romance #DBFED2
Tints of Blue Romance #DBFED2
RGB
CMYK
RGB Variations
Color information
#DBFED2 (or 0xDBFED2) is known color: Blue Romance. HEX triplet: DB, FE and D2. RGB value is (219,254,210). Sum of RGB (Red+Green+Blue) = 219+254+210=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED2 is #24012D. Grayscale: #EEEEEE. Windows color (decimal): -2359598 or 13827803. OLE color: 13827803.
HSL color Cylindrical-coordinate representation of color #DBFED2: hue angle of 107.73º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBFED2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 210 | - |
CMYK | 0.14 | 0 | 0.17 | 0.00 |
HSL | 107.73º | 0.96% | 0.91% | - |
HSV(B) | 107.73º | 0.17% | 1% | - |
XYZ | 76.29 | 90.6 | 74.44 | - |
YUV | 238.52 | 111.9 | 114.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 210 | 0.14 | 0 | 0.17 | 0.00 | 107.73 | 0.96 | 0.91 |
Hex | DB | FE | D2 | E | 0 | 11 | 0 | 6C | 60 | 5B |
Octal | 333 | 376 | 322 | 16 | 0 | 21 | 0 | 154 | 140 | 133 |
Binary | 11011011 | 11111110 | 11010010 | 1110 | 0 | 10001 | 0 | 1101100 | 1100000 | 1011011 |
Color Harmonies of #DBFED2
Complementary color
Monochromatic Colors of #DBFED2
Black with #DBFED2
Text Example
Text Example
White with #DBFED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFED2; }
p { color: rgb(219,254,210); }
H1.HeaderClassName
{
color: #DBFED2;
}
.AnyTagClassName
{
color: #DBFED2;
}
</style>
background-color css
<style>
a { background-color: #DBFED2; }
a { background-color: rgb(219,254,210); }
div.DivClassName
{
background-color: #DBFED2;
}
.BgClassName
{
background-color: #DBFED2;
}
</style>
border-color css
<style>
span { border-color: #DBFED2; }
span { border-color: rgb(219,254,210); }
td.TdClassName
{
border-color: #DBFED2;
}
.TagClassName
{
border-color: #DBFED2;
}
</style>