Shades of Blue Romance #DBFFD5
Tints of Blue Romance #DBFFD5
RGB
CMYK
RGB Variations
Color information
#DBFFD5 (or 0xDBFFD5) is known color: Blue Romance. HEX triplet: DB, FF and D5. RGB value is (219,255,213). Sum of RGB (Red+Green+Blue) = 219+255+213=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD5 is #24002A. Grayscale: #EFEFEF. Windows color (decimal): -2359339 or 14024667. OLE color: 14024667.
HSL color Cylindrical-coordinate representation of color #DBFFD5: hue angle of 111.43º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFFD5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 213 | - |
CMYK | 0.14 | 0 | 0.16 | 0 |
HSL | 111.43º | 1% | 0.92% | - |
HSV(B) | 111.43º | 0.16% | 1% | - |
XYZ | 76.98 | 91.38 | 76.53 | - |
YUV | 239.45 | 113.07 | 113.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 213 | 0.14 | 0 | 0.16 | 0 | 111.43 | 1 | 0.92 |
Hex | DB | FF | D5 | E | 0 | 10 | 0 | 6F | 64 | 5C |
Octal | 333 | 377 | 325 | 16 | 0 | 20 | 0 | 157 | 144 | 134 |
Binary | 11011011 | 11111111 | 11010101 | 1110 | 0 | 10000 | 0 | 1101111 | 1100100 | 1011100 |
Color Harmonies of #DBFFD5
Complementary color
Monochromatic Colors of #DBFFD5
Black with #DBFFD5
Text Example
Text Example
White with #DBFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFD5; }
p { color: rgb(219,255,213); }
H1.HeaderClassName
{
color: #DBFFD5;
}
.AnyTagClassName
{
color: #DBFFD5;
}
</style>
background-color css
<style>
a { background-color: #DBFFD5; }
a { background-color: rgb(219,255,213); }
div.DivClassName
{
background-color: #DBFFD5;
}
.BgClassName
{
background-color: #DBFFD5;
}
</style>
border-color css
<style>
span { border-color: #DBFFD5; }
span { border-color: rgb(219,255,213); }
td.TdClassName
{
border-color: #DBFFD5;
}
.TagClassName
{
border-color: #DBFFD5;
}
</style>