Shades of Reef #DBFCA6
Tints of Reef #DBFCA6
RGB
CMYK
RGB Variations
Color information
#DBFCA6 (or 0xDBFCA6) is known color: Reef. HEX triplet: DB, FC and A6. RGB value is (219,252,166). Sum of RGB (Red+Green+Blue) = 219+252+166=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCA6 is #240359. Grayscale: #E8E8E8. Windows color (decimal): -2360154 or 10943707. OLE color: 10943707.
HSL color Cylindrical-coordinate representation of color #DBFCA6: hue angle of 83.02º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBFCA6 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 166 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.01 |
| HSL | 83.02º | 0.93% | 0.82% | - |
| HSV(B) | 83.02º | 0.34% | 0.99% | - |
| XYZ | 70.91 | 87.43 | 49.22 | - |
| YUV | 232.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 166 | 0.13 | 0 | 0.34 | 0.01 | 83.02 | 0.93 | 0.82 |
| Hex | DB | FC | A6 | D | 0 | 22 | 1 | 53 | 5D | 52 |
| Octal | 333 | 374 | 246 | 15 | 0 | 42 | 1 | 123 | 135 | 122 |
| Binary | 11011011 | 11111100 | 10100110 | 1101 | 0 | 100010 | 1 | 1010011 | 1011101 | 1010010 |
Color Harmonies of #DBFCA6
Complementary color
Monochromatic Colors of #DBFCA6
Black with #DBFCA6
Text Example
Text Example
White with #DBFCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCA6; }
p { color: rgb(219,252,166); }
H1.HeaderClassName
{
color: #DBFCA6;
}
.AnyTagClassName
{
color: #DBFCA6;
}
</style>
background-color css
<style>
a { background-color: #DBFCA6; }
a { background-color: rgb(219,252,166); }
div.DivClassName
{
background-color: #DBFCA6;
}
.BgClassName
{
background-color: #DBFCA6;
}
</style>
border-color css
<style>
span { border-color: #DBFCA6; }
span { border-color: rgb(219,252,166); }
td.TdClassName
{
border-color: #DBFCA6;
}
.TagClassName
{
border-color: #DBFCA6;
}
</style>