Shades of Reef #DBFAAB
Tints of Reef #DBFAAB
RGB
CMYK
RGB Variations
Color information
#DBFAAB (or 0xDBFAAB) is known color: Reef. HEX triplet: DB, FA and AB. RGB value is (219,250,171). Sum of RGB (Red+Green+Blue) = 219+250+171=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAB is #240554. Grayscale: #E8E8E8. Windows color (decimal): -2360661 or 11270875. OLE color: 11270875.
HSL color Cylindrical-coordinate representation of color #DBFAAB: hue angle of 83.54º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFAAB is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 171 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 83.54º | 0.89% | 0.83% | - |
| HSV(B) | 83.54º | 0.32% | 0.98% | - |
| XYZ | 70.75 | 86.37 | 51.47 | - |
| YUV | 231.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 171 | 0.12 | 0 | 0.32 | 0.02 | 83.54 | 0.89 | 0.83 |
| Hex | DB | FA | AB | C | 0 | 20 | 2 | 54 | 59 | 53 |
| Octal | 333 | 372 | 253 | 14 | 0 | 40 | 2 | 124 | 131 | 123 |
| Binary | 11011011 | 11111010 | 10101011 | 1100 | 0 | 100000 | 10 | 1010100 | 1011001 | 1010011 |
Color Harmonies of #DBFAAB
Complementary color
Monochromatic Colors of #DBFAAB
Black with #DBFAAB
Text Example
Text Example
White with #DBFAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAAB; }
p { color: rgb(219,250,171); }
H1.HeaderClassName
{
color: #DBFAAB;
}
.AnyTagClassName
{
color: #DBFAAB;
}
</style>
background-color css
<style>
a { background-color: #DBFAAB; }
a { background-color: rgb(219,250,171); }
div.DivClassName
{
background-color: #DBFAAB;
}
.BgClassName
{
background-color: #DBFAAB;
}
</style>
border-color css
<style>
span { border-color: #DBFAAB; }
span { border-color: rgb(219,250,171); }
td.TdClassName
{
border-color: #DBFAAB;
}
.TagClassName
{
border-color: #DBFAAB;
}
</style>