Shades of Reef #DBFFA3
Tints of Reef #DBFFA3
RGB
CMYK
RGB Variations
Color information
#DBFFA3 (or 0xDBFFA3) is known color: Reef. HEX triplet: DB, FF and A3. RGB value is (219,255,163). Sum of RGB (Red+Green+Blue) = 219+255+163=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 163 (64.06% from 255 or 25.59% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA3 is #24005C. Grayscale: #EAEAEA. Windows color (decimal): -2359389 or 10747867. OLE color: 10747867.
HSL color Cylindrical-coordinate representation of color #DBFFA3: hue angle of 83.48º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFFA3 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 163 | - |
| CMYK | 0.14 | 0 | 0.36 | 0 |
| HSL | 83.48º | 1% | 0.82% | - |
| HSV(B) | 83.48º | 0.36% | 1% | - |
| XYZ | 71.58 | 89.22 | 48.1 | - |
| YUV | 233.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 163 | 0.14 | 0 | 0.36 | 0 | 83.48 | 1 | 0.82 |
| Hex | DB | FF | A3 | E | 0 | 24 | 0 | 53 | 64 | 52 |
| Octal | 333 | 377 | 243 | 16 | 0 | 44 | 0 | 123 | 144 | 122 |
| Binary | 11011011 | 11111111 | 10100011 | 1110 | 0 | 100100 | 0 | 1010011 | 1100100 | 1010010 |
Color Harmonies of #DBFFA3
Complementary color
Monochromatic Colors of #DBFFA3
Black with #DBFFA3
Text Example
Text Example
White with #DBFFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFA3; }
p { color: rgb(219,255,163); }
H1.HeaderClassName
{
color: #DBFFA3;
}
.AnyTagClassName
{
color: #DBFFA3;
}
</style>
background-color css
<style>
a { background-color: #DBFFA3; }
a { background-color: rgb(219,255,163); }
div.DivClassName
{
background-color: #DBFFA3;
}
.BgClassName
{
background-color: #DBFFA3;
}
</style>
border-color css
<style>
span { border-color: #DBFFA3; }
span { border-color: rgb(219,255,163); }
td.TdClassName
{
border-color: #DBFFA3;
}
.TagClassName
{
border-color: #DBFFA3;
}
</style>