Shades of Reef #DBF3AB
Tints of Reef #DBF3AB
RGB
CMYK
RGB Variations
Color information
#DBF3AB (or 0xDBF3AB) is known color: Reef. HEX triplet: DB, F3 and AB. RGB value is (219,243,171). Sum of RGB (Red+Green+Blue) = 219+243+171=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3AB is #240C54. Grayscale: #E3E3E3. Windows color (decimal): -2362453 or 11269083. OLE color: 11269083.
HSL color Cylindrical-coordinate representation of color #DBF3AB: hue angle of 80º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBF3AB is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 171 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.05 |
| HSL | 80º | 0.75% | 0.81% | - |
| HSV(B) | 80º | 0.3% | 0.95% | - |
| XYZ | 68.61 | 82.1 | 50.76 | - |
| YUV | 227.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 171 | 0.10 | 0 | 0.30 | 0.05 | 80 | 0.75 | 0.81 |
| Hex | DB | F3 | AB | A | 0 | 1E | 5 | 50 | 4B | 51 |
| Octal | 333 | 363 | 253 | 12 | 0 | 36 | 5 | 120 | 113 | 121 |
| Binary | 11011011 | 11110011 | 10101011 | 1010 | 0 | 11110 | 101 | 1010000 | 1001011 | 1010001 |
Color Harmonies of #DBF3AB
Complementary color
Monochromatic Colors of #DBF3AB
Black with #DBF3AB
Text Example
Text Example
White with #DBF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3AB; }
p { color: rgb(219,243,171); }
H1.HeaderClassName
{
color: #DBF3AB;
}
.AnyTagClassName
{
color: #DBF3AB;
}
</style>
background-color css
<style>
a { background-color: #DBF3AB; }
a { background-color: rgb(219,243,171); }
div.DivClassName
{
background-color: #DBF3AB;
}
.BgClassName
{
background-color: #DBF3AB;
}
</style>
border-color css
<style>
span { border-color: #DBF3AB; }
span { border-color: rgb(219,243,171); }
td.TdClassName
{
border-color: #DBF3AB;
}
.TagClassName
{
border-color: #DBF3AB;
}
</style>