Shades of Reef #DBFDAC
Tints of Reef #DBFDAC
RGB
CMYK
RGB Variations
Color information
#DBFDAC (or 0xDBFDAC) is known color: Reef. HEX triplet: DB, FD and AC. RGB value is (219,253,172). Sum of RGB (Red+Green+Blue) = 219+253+172=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 172 (67.58% from 255 or 26.71% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDAC is #240253. Grayscale: #E9E9E9. Windows color (decimal): -2359892 or 11337179. OLE color: 11337179.
HSL color Cylindrical-coordinate representation of color #DBFDAC: hue angle of 85.19º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFDAC is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 172 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.01 |
| HSL | 85.19º | 0.95% | 0.83% | - |
| HSV(B) | 85.19º | 0.32% | 0.99% | - |
| XYZ | 71.79 | 88.29 | 52.29 | - |
| YUV | 233.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 172 | 0.13 | 0 | 0.32 | 0.01 | 85.19 | 0.95 | 0.83 |
| Hex | DB | FD | AC | D | 0 | 20 | 1 | 55 | 5F | 53 |
| Octal | 333 | 375 | 254 | 15 | 0 | 40 | 1 | 125 | 137 | 123 |
| Binary | 11011011 | 11111101 | 10101100 | 1101 | 0 | 100000 | 1 | 1010101 | 1011111 | 1010011 |
Color Harmonies of #DBFDAC
Complementary color
Monochromatic Colors of #DBFDAC
Black with #DBFDAC
Text Example
Text Example
White with #DBFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDAC; }
p { color: rgb(219,253,172); }
H1.HeaderClassName
{
color: #DBFDAC;
}
.AnyTagClassName
{
color: #DBFDAC;
}
</style>
background-color css
<style>
a { background-color: #DBFDAC; }
a { background-color: rgb(219,253,172); }
div.DivClassName
{
background-color: #DBFDAC;
}
.BgClassName
{
background-color: #DBFDAC;
}
</style>
border-color css
<style>
span { border-color: #DBFDAC; }
span { border-color: rgb(219,253,172); }
td.TdClassName
{
border-color: #DBFDAC;
}
.TagClassName
{
border-color: #DBFDAC;
}
</style>