Shades of Reef #DBFAA8
Tints of Reef #DBFAA8
RGB
CMYK
RGB Variations
Color information
#DBFAA8 (or 0xDBFAA8) is known color: Reef. HEX triplet: DB, FA and A8. RGB value is (219,250,168). Sum of RGB (Red+Green+Blue) = 219+250+168=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA8 is #240557. Grayscale: #E7E7E7. Windows color (decimal): -2360664 or 11074267. OLE color: 11074267.
HSL color Cylindrical-coordinate representation of color #DBFAA8: hue angle of 82.68º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 168 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 82.68º | 0.89% | 0.82% | - |
| HSV(B) | 82.68º | 0.33% | 0.98% | - |
| XYZ | 70.47 | 86.26 | 49.98 | - |
| YUV | 231.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 168 | 0.12 | 0 | 0.33 | 0.02 | 82.68 | 0.89 | 0.82 |
| Hex | DB | FA | A8 | C | 0 | 21 | 2 | 53 | 59 | 52 |
| Octal | 333 | 372 | 250 | 14 | 0 | 41 | 2 | 123 | 131 | 122 |
| Binary | 11011011 | 11111010 | 10101000 | 1100 | 0 | 100001 | 10 | 1010011 | 1011001 | 1010010 |
Color Harmonies of #DBFAA8
Complementary color
Monochromatic Colors of #DBFAA8
Black with #DBFAA8
Text Example
Text Example
White with #DBFAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAA8; }
p { color: rgb(219,250,168); }
H1.HeaderClassName
{
color: #DBFAA8;
}
.AnyTagClassName
{
color: #DBFAA8;
}
</style>
background-color css
<style>
a { background-color: #DBFAA8; }
a { background-color: rgb(219,250,168); }
div.DivClassName
{
background-color: #DBFAA8;
}
.BgClassName
{
background-color: #DBFAA8;
}
</style>
border-color css
<style>
span { border-color: #DBFAA8; }
span { border-color: rgb(219,250,168); }
td.TdClassName
{
border-color: #DBFAA8;
}
.TagClassName
{
border-color: #DBFAA8;
}
</style>