Shades of Reef #DBFF9D
Tints of Reef #DBFF9D
RGB
CMYK
RGB Variations
Color information
#DBFF9D (or 0xDBFF9D) is known color: Reef. HEX triplet: DB, FF and 9D. RGB value is (219,255,157). Sum of RGB (Red+Green+Blue) = 219+255+157=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 157 (61.72% from 255 or 24.88% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9D is #240062. Grayscale: #E9E9E9. Windows color (decimal): -2359395 or 10354651. OLE color: 10354651.
HSL color Cylindrical-coordinate representation of color #DBFF9D: hue angle of 82.04º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFF9D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 157 | - |
| CMYK | 0.14 | 0 | 0.38 | 0 |
| HSL | 82.04º | 1% | 0.81% | - |
| HSV(B) | 82.04º | 0.38% | 1% | - |
| XYZ | 71.06 | 89.01 | 45.33 | - |
| YUV | 233.06 | 85.07 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 157 | 0.14 | 0 | 0.38 | 0 | 82.04 | 1 | 0.81 |
| Hex | DB | FF | 9D | E | 0 | 26 | 0 | 52 | 64 | 51 |
| Octal | 333 | 377 | 235 | 16 | 0 | 46 | 0 | 122 | 144 | 121 |
| Binary | 11011011 | 11111111 | 10011101 | 1110 | 0 | 100110 | 0 | 1010010 | 1100100 | 1010001 |
Color Harmonies of #DBFF9D
Complementary color
Monochromatic Colors of #DBFF9D
Black with #DBFF9D
Text Example
Text Example
White with #DBFF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF9D; }
p { color: rgb(219,255,157); }
H1.HeaderClassName
{
color: #DBFF9D;
}
.AnyTagClassName
{
color: #DBFF9D;
}
</style>
background-color css
<style>
a { background-color: #DBFF9D; }
a { background-color: rgb(219,255,157); }
div.DivClassName
{
background-color: #DBFF9D;
}
.BgClassName
{
background-color: #DBFF9D;
}
</style>
border-color css
<style>
span { border-color: #DBFF9D; }
span { border-color: rgb(219,255,157); }
td.TdClassName
{
border-color: #DBFF9D;
}
.TagClassName
{
border-color: #DBFF9D;
}
</style>