Shades of Reef #DBFCA3
Tints of Reef #DBFCA3
RGB
CMYK
RGB Variations
Color information
#DBFCA3 (or 0xDBFCA3) is known color: Reef. HEX triplet: DB, FC and A3. RGB value is (219,252,163). Sum of RGB (Red+Green+Blue) = 219+252+163=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 163 (64.06% from 255 or 25.71% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCA3 is #24035C. Grayscale: #E8E8E8. Windows color (decimal): -2360157 or 10747099. OLE color: 10747099.
HSL color Cylindrical-coordinate representation of color #DBFCA3: hue angle of 82.25º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBFCA3 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 163 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.01 |
| HSL | 82.25º | 0.94% | 0.81% | - |
| HSV(B) | 82.25º | 0.35% | 0.99% | - |
| XYZ | 70.63 | 87.33 | 47.78 | - |
| YUV | 231.99 | 89.07 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 163 | 0.13 | 0 | 0.35 | 0.01 | 82.25 | 0.94 | 0.81 |
| Hex | DB | FC | A3 | D | 0 | 23 | 1 | 52 | 5E | 51 |
| Octal | 333 | 374 | 243 | 15 | 0 | 43 | 1 | 122 | 136 | 121 |
| Binary | 11011011 | 11111100 | 10100011 | 1101 | 0 | 100011 | 1 | 1010010 | 1011110 | 1010001 |
Color Harmonies of #DBFCA3
Complementary color
Monochromatic Colors of #DBFCA3
Black with #DBFCA3
Text Example
Text Example
White with #DBFCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCA3; }
p { color: rgb(219,252,163); }
H1.HeaderClassName
{
color: #DBFCA3;
}
.AnyTagClassName
{
color: #DBFCA3;
}
</style>
background-color css
<style>
a { background-color: #DBFCA3; }
a { background-color: rgb(219,252,163); }
div.DivClassName
{
background-color: #DBFCA3;
}
.BgClassName
{
background-color: #DBFCA3;
}
</style>
border-color css
<style>
span { border-color: #DBFCA3; }
span { border-color: rgb(219,252,163); }
td.TdClassName
{
border-color: #DBFCA3;
}
.TagClassName
{
border-color: #DBFCA3;
}
</style>