Shades of Reef #DFFBA6
Tints of Reef #DFFBA6
RGB
CMYK
RGB Variations
Color information
#DFFBA6 (or 0xDFFBA6) is known color: Reef. HEX triplet: DF, FB and A6. RGB value is (223,251,166). Sum of RGB (Red+Green+Blue) = 223+251+166=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBA6 is #200459. Grayscale: #E9E9E9. Windows color (decimal): -2098266 or 10943455. OLE color: 10943455.
HSL color Cylindrical-coordinate representation of color #DFFBA6: hue angle of 79.76º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFFBA6 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 251 | 166 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.02 |
| HSL | 79.76º | 0.91% | 0.82% | - |
| HSV(B) | 79.76º | 0.34% | 0.98% | - |
| XYZ | 71.81 | 87.44 | 49.17 | - |
| YUV | 232.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 251 | 166 | 0.11 | 0 | 0.34 | 0.02 | 79.76 | 0.91 | 0.82 |
| Hex | DF | FB | A6 | B | 0 | 22 | 2 | 50 | 5B | 52 |
| Octal | 337 | 373 | 246 | 13 | 0 | 42 | 2 | 120 | 133 | 122 |
| Binary | 11011111 | 11111011 | 10100110 | 1011 | 0 | 100010 | 10 | 1010000 | 1011011 | 1010010 |
Color Harmonies of #DFFBA6
Complementary color
Monochromatic Colors of #DFFBA6
Black with #DFFBA6
Text Example
Text Example
White with #DFFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFBA6; }
p { color: rgb(223,251,166); }
H1.HeaderClassName
{
color: #DFFBA6;
}
.AnyTagClassName
{
color: #DFFBA6;
}
</style>
background-color css
<style>
a { background-color: #DFFBA6; }
a { background-color: rgb(223,251,166); }
div.DivClassName
{
background-color: #DFFBA6;
}
.BgClassName
{
background-color: #DFFBA6;
}
</style>
border-color css
<style>
span { border-color: #DFFBA6; }
span { border-color: rgb(223,251,166); }
td.TdClassName
{
border-color: #DFFBA6;
}
.TagClassName
{
border-color: #DFFBA6;
}
</style>