Shades of Reef #DBF1AF
Tints of Reef #DBF1AF
RGB
CMYK
RGB Variations
Color information
#DBF1AF (or 0xDBF1AF) is known color: Reef. HEX triplet: DB, F1 and AF. RGB value is (219,241,175). Sum of RGB (Red+Green+Blue) = 219+241+175=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1AF is #240E50. Grayscale: #E3E3E3. Windows color (decimal): -2362961 or 11530715. OLE color: 11530715.
HSL color Cylindrical-coordinate representation of color #DBF1AF: hue angle of 80º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBF1AF is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 175 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.05 |
| HSL | 80º | 0.7% | 0.82% | - |
| HSV(B) | 80º | 0.27% | 0.95% | - |
| XYZ | 68.41 | 81.07 | 52.6 | - |
| YUV | 226.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 175 | 0.09 | 0 | 0.27 | 0.05 | 80 | 0.7 | 0.82 |
| Hex | DB | F1 | AF | 9 | 0 | 1B | 5 | 50 | 46 | 52 |
| Octal | 333 | 361 | 257 | 11 | 0 | 33 | 5 | 120 | 106 | 122 |
| Binary | 11011011 | 11110001 | 10101111 | 1001 | 0 | 11011 | 101 | 1010000 | 1000110 | 1010010 |
Color Harmonies of #DBF1AF
Complementary color
Monochromatic Colors of #DBF1AF
Black with #DBF1AF
Text Example
Text Example
White with #DBF1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1AF; }
p { color: rgb(219,241,175); }
H1.HeaderClassName
{
color: #DBF1AF;
}
.AnyTagClassName
{
color: #DBF1AF;
}
</style>
background-color css
<style>
a { background-color: #DBF1AF; }
a { background-color: rgb(219,241,175); }
div.DivClassName
{
background-color: #DBF1AF;
}
.BgClassName
{
background-color: #DBF1AF;
}
</style>
border-color css
<style>
span { border-color: #DBF1AF; }
span { border-color: rgb(219,241,175); }
td.TdClassName
{
border-color: #DBF1AF;
}
.TagClassName
{
border-color: #DBF1AF;
}
</style>