Shades of Reef #DBFF8C
Tints of Reef #DBFF8C
RGB
CMYK
RGB Variations
Color information
#DBFF8C (or 0xDBFF8C) is known color: Reef. HEX triplet: DB, FF and 8C. RGB value is (219,255,140). Sum of RGB (Red+Green+Blue) = 219+255+140=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF8C is #240073. Grayscale: #E7E7E7. Windows color (decimal): -2359412 or 9240539. OLE color: 9240539.
HSL color Cylindrical-coordinate representation of color #DBFF8C: hue angle of 78.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBFF8C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 140 | - |
| CMYK | 0.14 | 0 | 0.45 | 0 |
| HSL | 78.78º | 1% | 0.77% | - |
| HSV(B) | 78.78º | 0.45% | 1% | - |
| XYZ | 69.71 | 88.47 | 38.21 | - |
| YUV | 231.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 140 | 0.14 | 0 | 0.45 | 0 | 78.78 | 1 | 0.77 |
| Hex | DB | FF | 8C | E | 0 | 2D | 0 | 4F | 64 | 4D |
| Octal | 333 | 377 | 214 | 16 | 0 | 55 | 0 | 117 | 144 | 115 |
| Binary | 11011011 | 11111111 | 10001100 | 1110 | 0 | 101101 | 0 | 1001111 | 1100100 | 1001101 |
Color Harmonies of #DBFF8C
Complementary color
Monochromatic Colors of #DBFF8C
Black with #DBFF8C
Text Example
Text Example
White with #DBFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF8C; }
p { color: rgb(219,255,140); }
H1.HeaderClassName
{
color: #DBFF8C;
}
.AnyTagClassName
{
color: #DBFF8C;
}
</style>
background-color css
<style>
a { background-color: #DBFF8C; }
a { background-color: rgb(219,255,140); }
div.DivClassName
{
background-color: #DBFF8C;
}
.BgClassName
{
background-color: #DBFF8C;
}
</style>
border-color css
<style>
span { border-color: #DBFF8C; }
span { border-color: rgb(219,255,140); }
td.TdClassName
{
border-color: #DBFF8C;
}
.TagClassName
{
border-color: #DBFF8C;
}
</style>