Shades of Reef #DBF1A0
Tints of Reef #DBF1A0
RGB
CMYK
RGB Variations
Color information
#DBF1A0 (or 0xDBF1A0) is known color: Reef. HEX triplet: DB, F1 and A0. RGB value is (219,241,160). Sum of RGB (Red+Green+Blue) = 219+241+160=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1A0 is #240E5F. Grayscale: #E1E1E1. Windows color (decimal): -2362976 or 10547675. OLE color: 10547675.
HSL color Cylindrical-coordinate representation of color #DBF1A0: hue angle of 76.3º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBF1A0 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 160 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.05 |
| HSL | 76.3º | 0.74% | 0.79% | - |
| HSV(B) | 76.3º | 0.34% | 0.95% | - |
| XYZ | 67.01 | 80.51 | 45.27 | - |
| YUV | 225.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 160 | 0.09 | 0 | 0.34 | 0.05 | 76.3 | 0.74 | 0.79 |
| Hex | DB | F1 | A0 | 9 | 0 | 22 | 5 | 4C | 4A | 4F |
| Octal | 333 | 361 | 240 | 11 | 0 | 42 | 5 | 114 | 112 | 117 |
| Binary | 11011011 | 11110001 | 10100000 | 1001 | 0 | 100010 | 101 | 1001100 | 1001010 | 1001111 |
Color Harmonies of #DBF1A0
Complementary color
Monochromatic Colors of #DBF1A0
Black with #DBF1A0
Text Example
Text Example
White with #DBF1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1A0; }
p { color: rgb(219,241,160); }
H1.HeaderClassName
{
color: #DBF1A0;
}
.AnyTagClassName
{
color: #DBF1A0;
}
</style>
background-color css
<style>
a { background-color: #DBF1A0; }
a { background-color: rgb(219,241,160); }
div.DivClassName
{
background-color: #DBF1A0;
}
.BgClassName
{
background-color: #DBF1A0;
}
</style>
border-color css
<style>
span { border-color: #DBF1A0; }
span { border-color: rgb(219,241,160); }
td.TdClassName
{
border-color: #DBF1A0;
}
.TagClassName
{
border-color: #DBF1A0;
}
</style>