Shades of Reef #DFFFA2
Tints of Reef #DFFFA2
RGB
CMYK
RGB Variations
Color information
#DFFFA2 (or 0xDFFFA2) is known color: Reef. HEX triplet: DF, FF and A2. RGB value is (223,255,162). Sum of RGB (Red+Green+Blue) = 223+255+162=640 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.84% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 162 (63.67% from 255 or 25.31% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFA2 is #20005D. Grayscale: #EBEBEB. Windows color (decimal): -2097246 or 10682335. OLE color: 10682335.
HSL color Cylindrical-coordinate representation of color #DFFFA2: hue angle of 80.65º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFFFA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 255 | 162 | - |
| CMYK | 0.13 | 0 | 0.36 | 0 |
| HSL | 80.65º | 1% | 0.82% | - |
| HSV(B) | 80.65º | 0.36% | 1% | - |
| XYZ | 72.71 | 89.82 | 47.69 | - |
| YUV | 234.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 255 | 162 | 0.13 | 0 | 0.36 | 0 | 80.65 | 1 | 0.82 |
| Hex | DF | FF | A2 | D | 0 | 24 | 0 | 51 | 64 | 52 |
| Octal | 337 | 377 | 242 | 15 | 0 | 44 | 0 | 121 | 144 | 122 |
| Binary | 11011111 | 11111111 | 10100010 | 1101 | 0 | 100100 | 0 | 1010001 | 1100100 | 1010010 |
Color Harmonies of #DFFFA2
Complementary color
Monochromatic Colors of #DFFFA2
Black with #DFFFA2
Text Example
Text Example
White with #DFFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFFA2; }
p { color: rgb(223,255,162); }
H1.HeaderClassName
{
color: #DFFFA2;
}
.AnyTagClassName
{
color: #DFFFA2;
}
</style>
background-color css
<style>
a { background-color: #DFFFA2; }
a { background-color: rgb(223,255,162); }
div.DivClassName
{
background-color: #DFFFA2;
}
.BgClassName
{
background-color: #DFFFA2;
}
</style>
border-color css
<style>
span { border-color: #DFFFA2; }
span { border-color: rgb(223,255,162); }
td.TdClassName
{
border-color: #DFFFA2;
}
.TagClassName
{
border-color: #DFFFA2;
}
</style>