Shades of Reef #DBFFAC
Tints of Reef #DBFFAC
RGB
CMYK
RGB Variations
Color information
#DBFFAC (or 0xDBFFAC) is known color: Reef. HEX triplet: DB, FF and AC. RGB value is (219,255,172). Sum of RGB (Red+Green+Blue) = 219+255+172=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAC is #240053. Grayscale: #EBEBEB. Windows color (decimal): -2359380 or 11337691. OLE color: 11337691.
HSL color Cylindrical-coordinate representation of color #DBFFAC: hue angle of 86.02º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFFAC is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 172 | - |
CMYK | 0.14 | 0 | 0.33 | 0 |
HSL | 86.02º | 1% | 0.84% | - |
HSV(B) | 86.02º | 0.33% | 1% | - |
XYZ | 72.42 | 89.56 | 52.5 | - |
YUV | 234.77 | 92.57 | 116.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 172 | 0.14 | 0 | 0.33 | 0 | 86.02 | 1 | 0.84 |
Hex | DB | FF | AC | E | 0 | 21 | 0 | 56 | 64 | 54 |
Octal | 333 | 377 | 254 | 16 | 0 | 41 | 0 | 126 | 144 | 124 |
Binary | 11011011 | 11111111 | 10101100 | 1110 | 0 | 100001 | 0 | 1010110 | 1100100 | 1010100 |
Color Harmonies of #DBFFAC
Complementary color
Monochromatic Colors of #DBFFAC
Black with #DBFFAC
Text Example
Text Example
White with #DBFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFAC; }
p { color: rgb(219,255,172); }
H1.HeaderClassName
{
color: #DBFFAC;
}
.AnyTagClassName
{
color: #DBFFAC;
}
</style>
background-color css
<style>
a { background-color: #DBFFAC; }
a { background-color: rgb(219,255,172); }
div.DivClassName
{
background-color: #DBFFAC;
}
.BgClassName
{
background-color: #DBFFAC;
}
</style>
border-color css
<style>
span { border-color: #DBFFAC; }
span { border-color: rgb(219,255,172); }
td.TdClassName
{
border-color: #DBFFAC;
}
.TagClassName
{
border-color: #DBFFAC;
}
</style>