Shades of Reef #DBFCAA
Tints of Reef #DBFCAA
RGB
CMYK
RGB Variations
Color information
#DBFCAA (or 0xDBFCAA) is known color: Reef. HEX triplet: DB, FC and AA. RGB value is (219,252,170). Sum of RGB (Red+Green+Blue) = 219+252+170=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCAA is #240355. Grayscale: #E9E9E9. Windows color (decimal): -2360150 or 11205851. OLE color: 11205851.
HSL color Cylindrical-coordinate representation of color #DBFCAA: hue angle of 84.15º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFCAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 170 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.01 |
| HSL | 84.15º | 0.93% | 0.83% | - |
| HSV(B) | 84.15º | 0.33% | 0.99% | - |
| XYZ | 71.28 | 87.58 | 51.18 | - |
| YUV | 232.79 | 92.57 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 170 | 0.13 | 0 | 0.33 | 0.01 | 84.15 | 0.93 | 0.83 |
| Hex | DB | FC | AA | D | 0 | 21 | 1 | 54 | 5D | 53 |
| Octal | 333 | 374 | 252 | 15 | 0 | 41 | 1 | 124 | 135 | 123 |
| Binary | 11011011 | 11111100 | 10101010 | 1101 | 0 | 100001 | 1 | 1010100 | 1011101 | 1010011 |
Color Harmonies of #DBFCAA
Complementary color
Monochromatic Colors of #DBFCAA
Black with #DBFCAA
Text Example
Text Example
White with #DBFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCAA; }
p { color: rgb(219,252,170); }
H1.HeaderClassName
{
color: #DBFCAA;
}
.AnyTagClassName
{
color: #DBFCAA;
}
</style>
background-color css
<style>
a { background-color: #DBFCAA; }
a { background-color: rgb(219,252,170); }
div.DivClassName
{
background-color: #DBFCAA;
}
.BgClassName
{
background-color: #DBFCAA;
}
</style>
border-color css
<style>
span { border-color: #DBFCAA; }
span { border-color: rgb(219,252,170); }
td.TdClassName
{
border-color: #DBFCAA;
}
.TagClassName
{
border-color: #DBFCAA;
}
</style>