Shades of Blue Romance #DBFED1
Tints of Blue Romance #DBFED1
RGB
CMYK
RGB Variations
Color information
#DBFED1 (or 0xDBFED1) is known color: Blue Romance. HEX triplet: DB, FE and D1. RGB value is (219,254,209). Sum of RGB (Red+Green+Blue) = 219+254+209=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED1 is #24012E. Grayscale: #EEEEEE. Windows color (decimal): -2359599 or 13762267. OLE color: 13762267.
HSL color Cylindrical-coordinate representation of color #DBFED1: hue angle of 106.67º 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 #DBFED1 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
RGB | 219 | 254 | 209 | - |
CMYK | 0.14 | 0 | 0.18 | 0.00 |
HSL | 106.67º | 0.96% | 0.91% | - |
HSV(B) | 106.67º | 0.18% | 1% | - |
XYZ | 76.16 | 90.55 | 73.78 | - |
YUV | 238.41 | 111.4 | 114.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 254 | 209 | 0.14 | 0 | 0.18 | 0.00 | 106.67 | 0.96 | 0.91 |
Hex | DB | FE | D1 | E | 0 | 12 | 0 | 6B | 60 | 5B |
Octal | 333 | 376 | 321 | 16 | 0 | 22 | 0 | 153 | 140 | 133 |
Binary | 11011011 | 11111110 | 11010001 | 1110 | 0 | 10010 | 0 | 1101011 | 1100000 | 1011011 |
Color Harmonies of #DBFED1
Complementary color
Monochromatic Colors of #DBFED1
Black with #DBFED1
Text Example
Text Example
White with #DBFED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFED1; }
p { color: rgb(219,254,209); }
H1.HeaderClassName
{
color: #DBFED1;
}
.AnyTagClassName
{
color: #DBFED1;
}
</style>
background-color css
<style>
a { background-color: #DBFED1; }
a { background-color: rgb(219,254,209); }
div.DivClassName
{
background-color: #DBFED1;
}
.BgClassName
{
background-color: #DBFED1;
}
</style>
border-color css
<style>
span { border-color: #DBFED1; }
span { border-color: rgb(219,254,209); }
td.TdClassName
{
border-color: #DBFED1;
}
.TagClassName
{
border-color: #DBFED1;
}
</style>