Shades of Reef #DBFD9D
Tints of Reef #DBFD9D
RGB
CMYK
RGB Variations
Color information
#DBFD9D (or 0xDBFD9D) is known color: Reef. HEX triplet: DB, FD and 9D. RGB value is (219,253,157). Sum of RGB (Red+Green+Blue) = 219+253+157=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD9D is #240262. Grayscale: #E8E8E8. Windows color (decimal): -2359907 or 10354139. OLE color: 10354139.
HSL color Cylindrical-coordinate representation of color #DBFD9D: hue angle of 81.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFD9D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 157 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.01 |
| HSL | 81.25º | 0.96% | 0.8% | - |
| HSV(B) | 81.25º | 0.38% | 0.99% | - |
| XYZ | 70.42 | 87.74 | 45.12 | - |
| YUV | 231.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 157 | 0.13 | 0 | 0.38 | 0.01 | 81.25 | 0.96 | 0.8 |
| Hex | DB | FD | 9D | D | 0 | 26 | 1 | 51 | 60 | 50 |
| Octal | 333 | 375 | 235 | 15 | 0 | 46 | 1 | 121 | 140 | 120 |
| Binary | 11011011 | 11111101 | 10011101 | 1101 | 0 | 100110 | 1 | 1010001 | 1100000 | 1010000 |
Color Harmonies of #DBFD9D
Complementary color
Monochromatic Colors of #DBFD9D
Black with #DBFD9D
Text Example
Text Example
White with #DBFD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD9D; }
p { color: rgb(219,253,157); }
H1.HeaderClassName
{
color: #DBFD9D;
}
.AnyTagClassName
{
color: #DBFD9D;
}
</style>
background-color css
<style>
a { background-color: #DBFD9D; }
a { background-color: rgb(219,253,157); }
div.DivClassName
{
background-color: #DBFD9D;
}
.BgClassName
{
background-color: #DBFD9D;
}
</style>
border-color css
<style>
span { border-color: #DBFD9D; }
span { border-color: rgb(219,253,157); }
td.TdClassName
{
border-color: #DBFD9D;
}
.TagClassName
{
border-color: #DBFD9D;
}
</style>