Shades of Reef #DBFF9C
Tints of Reef #DBFF9C
RGB
CMYK
RGB Variations
Color information
#DBFF9C (or 0xDBFF9C) is known color: Reef. HEX triplet: DB, FF and 9C. RGB value is (219,255,156). Sum of RGB (Red+Green+Blue) = 219+255+156=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 156 (61.33% from 255 or 24.76% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFF9C is #240063. Grayscale: #E9E9E9. Windows color (decimal): -2359396 or 10289115. OLE color: 10289115.
HSL color Cylindrical-coordinate representation of color #DBFF9C: hue angle of 81.82º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBFF9C is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 156 | - |
| CMYK | 0.14 | 0 | 0.39 | 0 |
| HSL | 81.82º | 1% | 0.81% | - |
| HSV(B) | 81.82º | 0.39% | 1% | - |
| XYZ | 70.97 | 88.98 | 44.89 | - |
| YUV | 232.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 156 | 0.14 | 0 | 0.39 | 0 | 81.82 | 1 | 0.81 |
| Hex | DB | FF | 9C | E | 0 | 27 | 0 | 52 | 64 | 51 |
| Octal | 333 | 377 | 234 | 16 | 0 | 47 | 0 | 122 | 144 | 121 |
| Binary | 11011011 | 11111111 | 10011100 | 1110 | 0 | 100111 | 0 | 1010010 | 1100100 | 1010001 |
Color Harmonies of #DBFF9C
Complementary color
Monochromatic Colors of #DBFF9C
Black with #DBFF9C
Text Example
Text Example
White with #DBFF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF9C; }
p { color: rgb(219,255,156); }
H1.HeaderClassName
{
color: #DBFF9C;
}
.AnyTagClassName
{
color: #DBFF9C;
}
</style>
background-color css
<style>
a { background-color: #DBFF9C; }
a { background-color: rgb(219,255,156); }
div.DivClassName
{
background-color: #DBFF9C;
}
.BgClassName
{
background-color: #DBFF9C;
}
</style>
border-color css
<style>
span { border-color: #DBFF9C; }
span { border-color: rgb(219,255,156); }
td.TdClassName
{
border-color: #DBFF9C;
}
.TagClassName
{
border-color: #DBFF9C;
}
</style>