Shades of Reef #DFFFA1
Tints of Reef #DFFFA1
RGB
CMYK
RGB Variations
Color information
#DFFFA1 (or 0xDFFFA1) is known color: Reef. HEX triplet: DF, FF and A1. RGB value is (223,255,161). Sum of RGB (Red+Green+Blue) = 223+255+161=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFA1 is #20005E. Grayscale: #EBEBEB. Windows color (decimal): -2097247 or 10616799. OLE color: 10616799.
HSL color Cylindrical-coordinate representation of color #DFFFA1: hue angle of 80.43º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFFFA1 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 161 | - |
| CMYK | 0.13 | 0 | 0.37 | 0 |
| HSL | 80.43º | 1% | 0.82% | - |
| HSV(B) | 80.43º | 0.37% | 1% | - |
| XYZ | 72.62 | 89.78 | 47.22 | - |
| YUV | 234.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 161 | 0.13 | 0 | 0.37 | 0 | 80.43 | 1 | 0.82 |
| Hex | DF | FF | A1 | D | 0 | 25 | 0 | 50 | 64 | 52 |
| Octal | 337 | 377 | 241 | 15 | 0 | 45 | 0 | 120 | 144 | 122 |
| Binary | 11011111 | 11111111 | 10100001 | 1101 | 0 | 100101 | 0 | 1010000 | 1100100 | 1010010 |
Color Harmonies of #DFFFA1
Complementary color
Monochromatic Colors of #DFFFA1
Black with #DFFFA1
Text Example
Text Example
White with #DFFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFA1; }
p { color: rgb(223,255,161); }
H1.HeaderClassName
{
color: #DFFFA1;
}
.AnyTagClassName
{
color: #DFFFA1;
}
</style>
background-color css
<style>
a { background-color: #DFFFA1; }
a { background-color: rgb(223,255,161); }
div.DivClassName
{
background-color: #DFFFA1;
}
.BgClassName
{
background-color: #DFFFA1;
}
</style>
border-color css
<style>
span { border-color: #DFFFA1; }
span { border-color: rgb(223,255,161); }
td.TdClassName
{
border-color: #DFFFA1;
}
.TagClassName
{
border-color: #DFFFA1;
}
</style>