Shades of Reef #DBF1A5
Tints of Reef #DBF1A5
RGB
CMYK
RGB Variations
Color information
#DBF1A5 (or 0xDBF1A5) is known color: Reef. HEX triplet: DB, F1 and A5. RGB value is (219,241,165). Sum of RGB (Red+Green+Blue) = 219+241+165=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1A5 is #240E5A. Grayscale: #E2E2E2. Windows color (decimal): -2362971 or 10875355. OLE color: 10875355.
HSL color Cylindrical-coordinate representation of color #DBF1A5: hue angle of 77.37º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBF1A5 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 165 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.05 |
| HSL | 77.37º | 0.73% | 0.8% | - |
| HSV(B) | 77.37º | 0.32% | 0.95% | - |
| XYZ | 67.46 | 80.69 | 47.62 | - |
| YUV | 225.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 165 | 0.09 | 0 | 0.32 | 0.05 | 77.37 | 0.73 | 0.8 |
| Hex | DB | F1 | A5 | 9 | 0 | 20 | 5 | 4D | 49 | 50 |
| Octal | 333 | 361 | 245 | 11 | 0 | 40 | 5 | 115 | 111 | 120 |
| Binary | 11011011 | 11110001 | 10100101 | 1001 | 0 | 100000 | 101 | 1001101 | 1001001 | 1010000 |
Color Harmonies of #DBF1A5
Complementary color
Monochromatic Colors of #DBF1A5
Black with #DBF1A5
Text Example
Text Example
White with #DBF1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1A5; }
p { color: rgb(219,241,165); }
H1.HeaderClassName
{
color: #DBF1A5;
}
.AnyTagClassName
{
color: #DBF1A5;
}
</style>
background-color css
<style>
a { background-color: #DBF1A5; }
a { background-color: rgb(219,241,165); }
div.DivClassName
{
background-color: #DBF1A5;
}
.BgClassName
{
background-color: #DBF1A5;
}
</style>
border-color css
<style>
span { border-color: #DBF1A5; }
span { border-color: rgb(219,241,165); }
td.TdClassName
{
border-color: #DBF1A5;
}
.TagClassName
{
border-color: #DBF1A5;
}
</style>