Shades of Reef #DBFCA1
Tints of Reef #DBFCA1
RGB
CMYK
RGB Variations
Color information
#DBFCA1 (or 0xDBFCA1) is known color: Reef. HEX triplet: DB, FC and A1. RGB value is (219,252,161). Sum of RGB (Red+Green+Blue) = 219+252+161=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 161 (63.28% from 255 or 25.47% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCA1 is #24035E. Grayscale: #E8E8E8. Windows color (decimal): -2360159 or 10616027. OLE color: 10616027.
HSL color Cylindrical-coordinate representation of color #DBFCA1: hue angle of 81.76º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBFCA1 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 161 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.01 |
| HSL | 81.76º | 0.94% | 0.81% | - |
| HSV(B) | 81.76º | 0.36% | 0.99% | - |
| XYZ | 70.46 | 87.25 | 46.85 | - |
| YUV | 231.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 161 | 0.13 | 0 | 0.36 | 0.01 | 81.76 | 0.94 | 0.81 |
| Hex | DB | FC | A1 | D | 0 | 24 | 1 | 52 | 5E | 51 |
| Octal | 333 | 374 | 241 | 15 | 0 | 44 | 1 | 122 | 136 | 121 |
| Binary | 11011011 | 11111100 | 10100001 | 1101 | 0 | 100100 | 1 | 1010010 | 1011110 | 1010001 |
Color Harmonies of #DBFCA1
Complementary color
Monochromatic Colors of #DBFCA1
Black with #DBFCA1
Text Example
Text Example
White with #DBFCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCA1; }
p { color: rgb(219,252,161); }
H1.HeaderClassName
{
color: #DBFCA1;
}
.AnyTagClassName
{
color: #DBFCA1;
}
</style>
background-color css
<style>
a { background-color: #DBFCA1; }
a { background-color: rgb(219,252,161); }
div.DivClassName
{
background-color: #DBFCA1;
}
.BgClassName
{
background-color: #DBFCA1;
}
</style>
border-color css
<style>
span { border-color: #DBFCA1; }
span { border-color: rgb(219,252,161); }
td.TdClassName
{
border-color: #DBFCA1;
}
.TagClassName
{
border-color: #DBFCA1;
}
</style>