Shades of Reef #DBFD9B
Tints of Reef #DBFD9B
RGB
CMYK
RGB Variations
Color information
#DBFD9B (or 0xDBFD9B) is known color: Reef. HEX triplet: DB, FD and 9B. RGB value is (219,253,155). Sum of RGB (Red+Green+Blue) = 219+253+155=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 155 (60.94% from 255 or 24.72% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFD9B is #240264. Grayscale: #E8E8E8. Windows color (decimal): -2359909 or 10223067. OLE color: 10223067.
HSL color Cylindrical-coordinate representation of color #DBFD9B: hue angle of 80.82º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBFD9B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 155 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.01 |
| HSL | 80.82º | 0.96% | 0.8% | - |
| HSV(B) | 80.82º | 0.39% | 0.99% | - |
| XYZ | 70.26 | 87.68 | 44.23 | - |
| YUV | 231.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 155 | 0.13 | 0 | 0.39 | 0.01 | 80.82 | 0.96 | 0.8 |
| Hex | DB | FD | 9B | D | 0 | 27 | 1 | 51 | 60 | 50 |
| Octal | 333 | 375 | 233 | 15 | 0 | 47 | 1 | 121 | 140 | 120 |
| Binary | 11011011 | 11111101 | 10011011 | 1101 | 0 | 100111 | 1 | 1010001 | 1100000 | 1010000 |
Color Harmonies of #DBFD9B
Complementary color
Monochromatic Colors of #DBFD9B
Black with #DBFD9B
Text Example
Text Example
White with #DBFD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD9B; }
p { color: rgb(219,253,155); }
H1.HeaderClassName
{
color: #DBFD9B;
}
.AnyTagClassName
{
color: #DBFD9B;
}
</style>
background-color css
<style>
a { background-color: #DBFD9B; }
a { background-color: rgb(219,253,155); }
div.DivClassName
{
background-color: #DBFD9B;
}
.BgClassName
{
background-color: #DBFD9B;
}
</style>
border-color css
<style>
span { border-color: #DBFD9B; }
span { border-color: rgb(219,253,155); }
td.TdClassName
{
border-color: #DBFD9B;
}
.TagClassName
{
border-color: #DBFD9B;
}
</style>