Shades of Reef #DBFBA2
Tints of Reef #DBFBA2
RGB
CMYK
RGB Variations
Color information
#DBFBA2 (or 0xDBFBA2) is known color: Reef. HEX triplet: DB, FB and A2. RGB value is (219,251,162). Sum of RGB (Red+Green+Blue) = 219+251+162=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 162 (63.67% from 255 or 25.63% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBA2 is #24045D. Grayscale: #E7E7E7. Windows color (decimal): -2360414 or 10681307. OLE color: 10681307.
HSL color Cylindrical-coordinate representation of color #DBFBA2: hue angle of 81.57º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBFBA2 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 162 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.02 |
| HSL | 81.57º | 0.92% | 0.81% | - |
| HSV(B) | 81.57º | 0.35% | 0.98% | - |
| XYZ | 70.23 | 86.66 | 47.21 | - |
| YUV | 231.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 162 | 0.13 | 0 | 0.35 | 0.02 | 81.57 | 0.92 | 0.81 |
| Hex | DB | FB | A2 | D | 0 | 23 | 2 | 52 | 5C | 51 |
| Octal | 333 | 373 | 242 | 15 | 0 | 43 | 2 | 122 | 134 | 121 |
| Binary | 11011011 | 11111011 | 10100010 | 1101 | 0 | 100011 | 10 | 1010010 | 1011100 | 1010001 |
Color Harmonies of #DBFBA2
Complementary color
Monochromatic Colors of #DBFBA2
Black with #DBFBA2
Text Example
Text Example
White with #DBFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBA2; }
p { color: rgb(219,251,162); }
H1.HeaderClassName
{
color: #DBFBA2;
}
.AnyTagClassName
{
color: #DBFBA2;
}
</style>
background-color css
<style>
a { background-color: #DBFBA2; }
a { background-color: rgb(219,251,162); }
div.DivClassName
{
background-color: #DBFBA2;
}
.BgClassName
{
background-color: #DBFBA2;
}
</style>
border-color css
<style>
span { border-color: #DBFBA2; }
span { border-color: rgb(219,251,162); }
td.TdClassName
{
border-color: #DBFBA2;
}
.TagClassName
{
border-color: #DBFBA2;
}
</style>