Shades of Reef #DBFDAF
Tints of Reef #DBFDAF
RGB
CMYK
RGB Variations
Color information
#DBFDAF (or 0xDBFDAF) is known color: Reef. HEX triplet: DB, FD and AF. RGB value is (219,253,175). Sum of RGB (Red+Green+Blue) = 219+253+175=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 175 (68.75% from 255 or 27.05% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDAF is #240250. Grayscale: #EAEAEA. Windows color (decimal): -2359889 or 11533787. OLE color: 11533787.
HSL color Cylindrical-coordinate representation of color #DBFDAF: hue angle of 86.15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFDAF is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 175 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.01 |
| HSL | 86.15º | 0.95% | 0.84% | - |
| HSV(B) | 86.15º | 0.31% | 0.99% | - |
| XYZ | 72.08 | 88.41 | 53.82 | - |
| YUV | 233.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 175 | 0.13 | 0 | 0.31 | 0.01 | 86.15 | 0.95 | 0.84 |
| Hex | DB | FD | AF | D | 0 | 1F | 1 | 56 | 5F | 54 |
| Octal | 333 | 375 | 257 | 15 | 0 | 37 | 1 | 126 | 137 | 124 |
| Binary | 11011011 | 11111101 | 10101111 | 1101 | 0 | 11111 | 1 | 1010110 | 1011111 | 1010100 |
Color Harmonies of #DBFDAF
Complementary color
Monochromatic Colors of #DBFDAF
Black with #DBFDAF
Text Example
Text Example
White with #DBFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDAF; }
p { color: rgb(219,253,175); }
H1.HeaderClassName
{
color: #DBFDAF;
}
.AnyTagClassName
{
color: #DBFDAF;
}
</style>
background-color css
<style>
a { background-color: #DBFDAF; }
a { background-color: rgb(219,253,175); }
div.DivClassName
{
background-color: #DBFDAF;
}
.BgClassName
{
background-color: #DBFDAF;
}
</style>
border-color css
<style>
span { border-color: #DBFDAF; }
span { border-color: rgb(219,253,175); }
td.TdClassName
{
border-color: #DBFDAF;
}
.TagClassName
{
border-color: #DBFDAF;
}
</style>